You will need to install:
git clone https://github.com/zsh-users/antigen.git ~/antigen
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
sudo pip install powerline-status
sudo pip install virtualenv virtualenvwrapper
export WORKON_HOME=~/virtualenvs
mkdir -p $WORKON_HOME
source /usr/local/bin/virtualenvwrapper.sh
git clone https://github.com/junegunn/fzf.git ~/.fzf
yes | ~/.fzf/install
git clone https://github.com/phunter/dotfiles.git ~/dotfiles
$HOME/dotfiles/setup.sh
The first time you run zsh, antigen will clone and install plugins. Start zsh with:
zsh
or set it as the default:
chsh -s $(which zsh)
The first time you run vim you will have to install the plugins with:
:PluginInstall