Skip to content

flsafe/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


=== HOW TO INSTALL ===

- Clone Repository

   git clone git://github.com/flsafe/dotvim.git ~/.vim

- Setup symlinks

   ln -s ~/.vim/vimrc ~/.vimrc
   ln -s ~/.vim/gvimrc ~/.gvimrc

- Init bundle git submodules

   cd ~/.vim
   git submodule init
   git submodule update


== HOW TO INSTALL A NEW BUNDLE ==

- Example with the fugitive bundle

   git submodule add http://github.com/tpope/vim-fugitive bundle/fugitive
   git add .
   git commit -m "Add fugitive bundle"


== HOW TO UPDATE A BUNDLE ==

 - Update bundle git submodule

   cd ~/.vim/bundle/i_want_to_update
   git pull

About

my vim config files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published