Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 336 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 336 Bytes

.vimrc_git

My .vimrc file

To use this, perform the following steps:

git clone https://github.com/mike-schiller/.vimrc_git.git
cd ~/

make sure you don't already have a .vimrc

ln -s .vimrc_git/.vimrc
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle

Open vim and run

:BundleInstall