Install vim-pathogen (https://github.com/tpope/vim-pathogen)
mkdir -p ~/.vim/autoload ~/.vim/bundle && \
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
Install The NERD tree
cd ~/.vim/bundle
git clone https://github.com/scrooloose/nerdtree
Install ctrlp.vim
cd ~/.vim/bundle
git clone https://github.com/kien/ctrlp.vim
Install vim-airline
cd ~/.vim/bundle
git clone https://github.com/bling/vim-airline
Install vim-surround
cd ~/.vim/bundle
git clone git://github.com/tpope/vim-surround.git
Install supertab
cd ~/.vim/bundle
git clone https://github.com/ervandew/supertab
Install vim-multiple-cursors
cd ~/.vim/bundle
git clone https://github.com/terryma/vim-multiple-cursors
Install powerline font https://powerline.readthedocs.org/en/master/installation.html#patched-fonts
Install molokai https://github.com/tomasr/molokai