sudo apt-get update
sudo apt-get install vim vim-runtime vim-scriptsbrew update
brew install vim$ mkdir ~/.fonts
$ cd ~/.fontsDownload powerline fonts with:
$ git clone https://github.com/Lokaltog/powerline-fontsor
$ wget https://github.com/Lokaltog/powerline/raw/develop/font/PowerlineSymbols.otf
$ wget https://github.com/powerline/powerline/raw/develop/font/10-powerline-symbols.confthen
$ mkdir -p ~/.config/fontconfig/conf.d/
$ mv 10-powerline-symbols.conf ~/.config/fontconfig/conf.d/
$ fc-cache -vf ~/.fonts/$ git clone https://github.com/powerline/fonts.git && cd fonts && ./install.shSet a powerline patched font like Meslo LG L Regular for Powerline as your terminal font.
$ cp vimrc ~/.vimrc
$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vimOnce downloaded install pluguns/addons with:
$ vim +PluginInstall +qall