> git clone https://github.com/aayushojha/vim_configuration.git vim_conf && cd vim_conf
For debian like OS No need to panic. Just run
> sh compile_vim_from_source.sh
If you use arch or gentoo probably this will be a simple task for you.Sorry I don't have a script for you.
> vim --version
check if python and lua have +.Also check vim version is 7.4.
Backup your old configuration of vim.(if you do not know what I mean probably you don't have to do anything.
> rm -rf ~/.vim
> rm ~/.vimrc
Just run
> sh powerline_fonts.sh
Then open terminal preferences and set font to source code pro for powerline
> cp vimrc ~/.vimrc
> cp vundles.vim ~/.vim/vundles.vim
Again just run the commands > cd ~ > mkdir .vim > git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
> vim +PluginInstall +qall
for bash for .bashrc and .zshrc for zsh.
> echo "TERM=screen-256color" >> ~/.bashrc