Tested on Mac and Ubuntu.
- Install vim, zsh, powerline fonts
- Install Oh My ZSH
git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
- Install antigen
curl -L git.io/antigen > antigen.zsh
- Install zsh plugins with antigen
antigen
- Setup vundle
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vimvim +PluginInstall +qall