Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 669 Bytes

File metadata and controls

20 lines (16 loc) · 669 Bytes

#My Vim dotfiles Here you will find my collection of Vim configuration files. I am using Vundle to keep things tidy. Here is a blog post with more details on what is in here.

#Installation Instructions for Mac/Linux

cd ~
git clone git://github.com/fholgado/dotfiles.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc
cd ~/.vim
git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle

Now, you can open Vim and run the following command:

:BundleInstall!

You should see a window fetching all the plugins and stuffs. Neat! You can get in touch with me at @fholgado if you have any questions.