Skip to content

chrisbura/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Commands taken from Synchronizing plugins with git submodules and pathogen. Mirrored here for future reference.

Adding submodule

git submodule add http://github.com/username/vim-repository.git vimfiles/bundle/repository
git add .
git commit -m "Added repository.vim"

Setup

git clone http://github.com/chrisbura/dotfiles.git
cd dotfiles
git submodule update --init

Updating all submodules

git submodule foreach git pull origin master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published