Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 595 Bytes

File metadata and controls

23 lines (15 loc) · 595 Bytes

Zmicier VIM config

Installation

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

Dependencies

Instal and configure path for php-cs-fixer by fabpot.