Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 545 Bytes

README.rst

File metadata and controls

16 lines (12 loc) · 545 Bytes

Samuel's Vim configuration

Installation (read-only):

git clone https://github.com/samuel-phan/vimfiles.git ~/.vim
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
ln -s .vim/.vimrc ~/.vimrc
vim -u ~/.vim/.vimrc +BundleInstall +qall

Installation (read-write):

git clone [email protected]:samuel-phan/vimfiles.git ~/.vim
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
ln -s .vim/.vimrc ~/.vimrc
vim -u ~/.vim/.vimrc +BundleInstall +qall