Skip to content

chrismsnz/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VIM dotfiles
============

1. Clone the repository

cd ~
git clone git@github.com:chrismsnz/dotvim.git

2. Link the assets

ln -s dotvim .vim
ln -s .vim/vimrc .vimrc

3. Update the submodules

cd ~/.vim
git submodule update --init



Other stuff
-----------
Want to update existing bundle?
- git submodule foreach git pull origin master

Want to add a bundle?
- git submodule add <repo> bundle/<name>
- commit

Want to delete an existing bundle?
- Delete from .gitmodules
- Delete from .git/config
- Delete from .git/modules/<name>
- git rm --cached bundles/<name>
- rm -rf bundles/<name>
- commit

About

vim dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published