git clone git://github.com/zmicier/vimrc.git ~/settings/vimrc/
# Be sure you backup your .vim (copy them by using cmd "cp ~/.vim ~/.vim.backup")
ln -s ~/settings/vim ~/.vim
# Be sure you backup your .vimrc (copy them by using cmd "cp ~/.vimrc ~/.vimrc.backup")
ln -s ~/settings/vim/vimrc ~/.vimrc
mkdir ~/.vim/bundle
git clone http://github.com/gmarik/vundle.git $HOME/.vim/bundle/vundle
vim +BundleInstall +qa
Instal and configure path for php-cs-fixer by fabpot.