-
Notifications
You must be signed in to change notification settings - Fork 0
flsafe/dotvim
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published