--- /dev/null
+[$HOME/.config/vcsh/repo.d/home-base.git]
+checkout = vcsh clone git://git.donarmstrong.com/home-base.git home-base
+update = vcsh run home-base git pull
+push = vcsh run home-base git push
+status = vcsh run home-base git status
+gc = vcsh run home-base git gc
--- /dev/null
+[$HOME/bin]
+checkout = git clone git://git.donarmstrong.com/bin.git bin
--- /dev/null
+[$HOME/.config/vcsh/repo.d/emacs.git]
+checkout = vcsh clone git://git.donarmstrong.com/emacs.git emacs
+update = vcsh run emacs git pull
+push = vcsh run emacs git push
+status = vcsh run emacs git status
+gc = vcsh run emacs git gc
--- /dev/null
+[$HOME/.config/vcsh/repo.d/git.git]
+checkout = vcsh clone git://git.donarmstrong.com/git.git git
+update = vcsh run git git pull
+push = vcsh run git git push
+status = vcsh run git git status
+gc = vcsh run git git gc
--- /dev/null
+[$HOME/.config/vcsh/repo.d/gnupg.git]
+checkout = vcsh clone git://git.donarmstrong.com/gnupg.git gnupg
+update = vcsh run gnupg git pull
+push = vcsh run gnupg git push
+status = vcsh run gnupg git status
+gc = vcsh run gnupg git gc
--- /dev/null
+[$HOME/.config/vcsh/repo.d/irc.git]
+checkout = vcsh clone git://git.donarmstrong.com/irc.git irc
+update = vcsh run irc git pull
+push = vcsh run irc git push
+status = vcsh run irc git status
+gc = vcsh run irc git gc
--- /dev/null
+[$HOME/lib]
+checkout = git clone git://git.donarmstrong.com/lib.git lib
+fixups = make -C ~/lib/signature_stuff; \
+ make -C ~/lib/emacs_el
--- /dev/null
+[$HOME/.config/vcsh/repo.d/mail.git]
+checkout = vcsh clone git://git.donarmstrong.com/mail.git mail
+update = vcsh run mail git pull
+push = vcsh run mail git push
+status = vcsh run mail git status
+gc = vcsh run mail git gc
--- /dev/null
+[$HOME/.config/vcsh/repo.d/misc.git]
+checkout = vcsh clone git://git.donarmstrong.com/misc.git misc
+update = vcsh run misc git pull
+push = vcsh run misc git push
+status = vcsh run misc git status
+gc = vcsh run misc git gc
[$HOME/.config/vcsh/repo.d/mr.git]
-checkout = vcsh clone git://github.com/RichiH/vcsh_mr_template.git mr
+checkout = vcsh clone git://git.donarmstrong.com/mr.git mr
--- /dev/null
+[$HOME/.config/vcsh/repo.d/remote_mail.git]
+checkout = vcsh clone git://git.donarmstrong.com/remote_mail.git remote_mail
+update = vcsh run remote_mail git pull
+push = vcsh run remote_mail git push
+status = vcsh run remote_mail git status
+gc = vcsh run remote_mail git gc
--- /dev/null
+[$HOME/.config/vcsh/repo.d/x_base.git]
+checkout = vcsh clone git://git.donarmstrong.com/x_base.git x_base
+update = vcsh run x_base git pull
+push = vcsh run x_base git push
+status = vcsh run x_base git status
+gc = vcsh run x_base git gc
--- /dev/null
+[$HOME/.config/vcsh/repo.d/x_full.git]
+checkout = vcsh clone git://git.donarmstrong.com/x_full.git x_full
+update = vcsh run x_full git pull
+push = vcsh run x_full git push
+status = vcsh run x_full git status
+gc = vcsh run x_full git gc
[$HOME/.config/vcsh/repo.d/zsh.git]
-checkout = vcsh clone git://github.com/RichiH/zshrc.git zsh
+checkout = vcsh clone git://git.donarmstrong.com/zsh.git zsh
+update = vcsh run zsh git pull
+push = vcsh run zsh git push
+status = vcsh run zsh git status
+gc = vcsh run zsh git gc