ln -s ~/dotfiles/vim/.vimrc ~/.vimrc
ln -s ~/dotfiles/git/.gitconfig ~/.gitconfig
ln -s ~/dotfiles/tmux/.tmux.conf ~/.tmux.conf
ln -s ~/dotfiles/zsh/.zshrc ~/.zshrc
The "pure" zsh theme needs to first be installed with
npm install --global pure-prompt
chsh -s /bin/zsh
Install reattach-to-user-namespace
brew install reattach-to-user-namespace
Use Homebrew vim
brew install vim
and
brew link vim
git config --global core.excludesfile ~/.gitignore_global
Vim uses the gruvbox colorscheme. The same colorscheme for iterm2 is available here: https://github.com/herrbischoff/iterm2-gruvbox