Config for vim.
List of configs : Tab autocomplete PHP optimized Auto indent 4 spaces indent Probably some other things i've forgot
git clone https://github.com/OsaAjani/vim-config.git /tmp/vim-config
cp -r /tmp/vim-config/.vim* $HOME
rm -rf /tmp/vim-config
git clone https://github.com/VundleVim/Vundle.vim.git $HOME/.vim/bundle/Vundle.vim
vim +PluginInstall +qall