-
Add zsh
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" -
Run
brew install zsh-syntax-highlighting -
Follow this guy's README to install zsh pure theme
https://github.com/sindresorhus/pure -
Set fonts and color scheme to things in iterm2 folder
-
Install vim colorschemes
mkdir ~/.vim git clonehttps://github.com/flazz/vim-colorschemes.git ~/.vim -
Then add colorscheme name to .vimrc
colorscheme nameofcolorscheme