Common dotfiles and a general guide to set up new environments
- Mac - Iterm2
- Win - ConEmu
- Nix - Terminator
- Install Instructions:
sudo add-apt-repository ppa:gnome-terminator sudo apt-get update sudo apt-get install terminator
- Nix - Zsh
- Install Instructions:
sudo apt-get update sudo apt-get upgrade sudo apt-get install zsh
- Mac - Zsh
- Install Instructions:
ruby -e "$(curl -fsSL https://raw.zshhubusercontent.com/Homebrew/install/master/install)" brew doctor brew install zsh
- Oh my Z
- Current Theme "agnoster"
- Mac - NeoVim
brew install neovim
- Win - NeoVim
choco install neovim
- Nix - NeoVim
sudo apt-get install neovim
- Mac
brew install ack
- Win
choco install ack
- Nix
sudo cpan install App:Ack
Install WebStorm
- Plugin Material Theme UI
- Plugin IdeaVim
Once everything is installed run
scripts/install_vimrc.sh
This will create a symbolic link to this .vimrc and setup vim for the next load