Note - moved to neovim, https://github.com/ashishpatel0720/nvim repo instead
clone repository in root ~ as .vim/
soft link ~/.vim/.vimrc to ~/.vimrc inside ~/.vim folder
ln -s .vimrc ../.vimrc
ln -s .gvimrc ../.gvimrc
install vundlevim from https://github.com/VundleVim/Vundle.vim ,
Set up Vundle by cloning Vundle inside ~/.vim where ~/.vim is already created by step-2.
this will put Vundle Inside .vim/bundle
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
Install Plugins: Launch vim and run :PluginInstall
To install from command line: vim +PluginInstall +qall
install powerline fonts
sudo apt-get install fonts-powerline
instructions- https://medium.com/@elviocavalcante/5-steps-to-improve-your-terminal-appearance-on-mac-osx-f58b20058c84
download directly ubuntuMono - ( ttf file) https://github.com/powerline/fonts/tree/master/UbuntuMono
for Vim in Iterm install and set in iterm ( already added in settings in iterm_profiles gist) for Vim in MacVim set the font in .gvimrc which will overwrite settings for gui ( same for windows gVim)