chrisbura / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Vim Script 69.4%Language:Shell 30.6%