I am using Vundle as my vim plugin manager.
$ curl -Lo- https://raw.github.com/agate/vimfiles/master/bootstrap.sh | bash
please remember remove your current ~/.vim and ~/.vimrc file
$ git clone git://github.com/agate/vimfiles.git ~/.vim
$ ln -s ~/.vim/vimrc ~/.vimrc
$ cd ~/.vim
$ git submodule init
$ git submodule update
$ vim +PluginInstall +qall
I'm using getafe as my vim colorscheme. So if you are using iTerm2 on Mac. You might want to try this color setting (iterm2-getafe) for your iTerm2 to make your terminal looks better.