All Projects → lvancrayelynghe → Dotfiles

lvancrayelynghe / Dotfiles

Licence: mit
My dotfiles, mainly Ubuntu and OSX stuff

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Dotfiles

Dotfiles
Dotfiles
Stars: ✭ 117 (+875%)
Mutual labels:  zsh, dotfiles, ubuntu
Dotfiles
My personal configuration management system
Stars: ✭ 66 (+450%)
Mutual labels:  zsh, dotfiles, ubuntu
Dotfiles
My lovely dots ~/.💖
Stars: ✭ 212 (+1666.67%)
Mutual labels:  zsh, dotfiles, ubuntu
Castle Winbuntu
Homesick Castle for use on WSL.
Stars: ✭ 87 (+625%)
Mutual labels:  zsh, dotfiles, ubuntu
dotfiles
Dotfiles & Developer Environment. Supports Ubuntu2004+, macOS Catalina+, Windows 10 w WSL
Stars: ✭ 30 (+150%)
Mutual labels:  dotfiles, zsh, ubuntu
Dotfiles
💾 Ian's dotfiles, utils, and Zsh/Vim/tmux configs
Stars: ✭ 554 (+4516.67%)
Mutual labels:  zsh, dotfiles
Dotfiles
Dotfiles for unix, managed by GNU stow.
Stars: ✭ 617 (+5041.67%)
Mutual labels:  zsh, dotfiles
Jarvis
Dotfiles for a powerful, web development-focused environment powered by Neovim, iTerm2, tmux, and zsh
Stars: ✭ 617 (+5041.67%)
Mutual labels:  zsh, dotfiles
Awesome Dotfiles
A curated list of dotfiles resources.
Stars: ✭ 6,295 (+52358.33%)
Mutual labels:  zsh, dotfiles
Dotfiles
My personal dotfiles
Stars: ✭ 400 (+3233.33%)
Mutual labels:  zsh, dotfiles
Dotfiles
Zsh, Karabiner, VS Code, Sublime, Neovim, Nix
Stars: ✭ 634 (+5183.33%)
Mutual labels:  zsh, dotfiles
Dotfiles
A repository that gathered files starting with dot
Stars: ✭ 701 (+5741.67%)
Mutual labels:  zsh, dotfiles
Dotfiles
🔘 neovim, zsh, tmux, iTerm2, macOS dotfiles
Stars: ✭ 7 (-41.67%)
Mutual labels:  zsh, dotfiles
Dotfiles
dotfiles for the developer happiness: macos, zsh, brew, vscode, codespaces, python, node, elixir
Stars: ✭ 408 (+3300%)
Mutual labels:  zsh, dotfiles
Dotfiles
My dotfiles 💻 🔨
Stars: ✭ 25 (+108.33%)
Mutual labels:  zsh, dotfiles
Dotfiles
My macOS environment: zsh, Git, Visual Studio Code, etc.
Stars: ✭ 405 (+3275%)
Mutual labels:  zsh, dotfiles
Dotfiles
Config files for ZSH, Java, Ruby, Go, Editors, Terminals and more.
Stars: ✭ 639 (+5225%)
Mutual labels:  zsh, dotfiles
Dotfiles
My dotfiles.
Stars: ✭ 5 (-58.33%)
Mutual labels:  zsh, dotfiles
Dotfiles
@holman does dotfiles
Stars: ✭ 6,397 (+53208.33%)
Mutual labels:  zsh, dotfiles
Dotfiles
My dotfiles
Stars: ✭ 19 (+58.33%)
Mutual labels:  zsh, dotfiles

Dotfiles

Requirements

  • ZSH and Git on Ubuntu
  • Babun on Windows

Installation

export DOTFILES_PATH=~/.dotfiles/public
wget https://raw.githubusercontent.com/lvancrayelynghe/dotfiles/master/install.zsh && chmod u+x install.zsh && ./install.zsh && rm install.zsh

What's in it?

  • k : Directory listings for zsh with git features
  • z : Tracks and jump to your most used directories (knu fork)
  • tl;dr : Simplified and community-driven man pages
  • Desk : A lightweight workspace manager for the shell
  • FZF : A command-line fuzzy finder
  • sshrc : Bring your dotfiles with you when you ssh
  • cdiff : Term based tool to view colored, incremental diff
  • ZSH Syntax highlighting
  • git-cheat
  • ack : A tool like grep, optimized for programmers (require Perl 5)
  • sift : A fast and powerful alternative to grep
  • A lot of ZSH (lightweight) customisations, without the use of any framework, but a lot of inspiration from OhMyZsh and Prezto
  • Various dotfiles for Vim, Mutt and others

Soft requirements

Because they're used in aliases & co

  • Pygments : A generic syntax highlighter (apt-get install python-pygments)
  • HTTPie : A CLI cURL-like tool for humans (apt-get install httpie)
  • Mutt : See compilation here (or apt-get install mutt on recent distros)
  • curl (apt-get install curl)
  • pwgen for password generation (apt-get install pwgen)
  • imagemagick (apt-get install imagemagick)
  • ffmpeg (apt-get install ffmpeg)
  • openssl (apt-get install openssl)
  • trash-cli (apt-get install trash-cli)
  • play (apt-get install sox)
  • cowsay and fortune for the lulz (apt-get install cowsay fortune)

Enable powerline theme and git status in prompt

echo "export LC_POWERLINE=true" > ".zshrc_`hostname`"
echo "export ZSH_VCS_INFO=true" >> ".zshrc_`hostname`"

Sources of inspiration

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].