Skip to content

fholgado/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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.

Releases

No releases published

Packages

No packages published