]> git.donarmstrong.com Git - mr.git/commitdiff
add all of the base public vcsh and mr repos
authorDon Armstrong <don@donarmstrong.com>
Tue, 17 Sep 2013 22:33:50 +0000 (15:33 -0700)
committerDon Armstrong <don@donarmstrong.com>
Tue, 17 Sep 2013 22:33:50 +0000 (15:33 -0700)
14 files changed:
.config/mr/available.d/base.vcsh [new file with mode: 0644]
.config/mr/available.d/bin.mr [new file with mode: 0644]
.config/mr/available.d/emacs.vcsh [new file with mode: 0644]
.config/mr/available.d/git.vcsh [new file with mode: 0644]
.config/mr/available.d/gnupg.vcsh [new file with mode: 0644]
.config/mr/available.d/irc.vcsh [new file with mode: 0644]
.config/mr/available.d/lib.mr [new file with mode: 0644]
.config/mr/available.d/mail.vcsh [new file with mode: 0644]
.config/mr/available.d/misc.vcsh [new file with mode: 0644]
.config/mr/available.d/mr.vcsh
.config/mr/available.d/remote_mail.vcsh [new file with mode: 0644]
.config/mr/available.d/x_base.vcsh [new file with mode: 0644]
.config/mr/available.d/x_full.vcsh [new file with mode: 0644]
.config/mr/available.d/zsh.vcsh

diff --git a/.config/mr/available.d/base.vcsh b/.config/mr/available.d/base.vcsh
new file mode 100644 (file)
index 0000000..1a52469
--- /dev/null
@@ -0,0 +1,6 @@
+[$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
diff --git a/.config/mr/available.d/bin.mr b/.config/mr/available.d/bin.mr
new file mode 100644 (file)
index 0000000..4cd9d6d
--- /dev/null
@@ -0,0 +1,2 @@
+[$HOME/bin]
+checkout = git clone git://git.donarmstrong.com/bin.git bin
diff --git a/.config/mr/available.d/emacs.vcsh b/.config/mr/available.d/emacs.vcsh
new file mode 100644 (file)
index 0000000..1d2ca53
--- /dev/null
@@ -0,0 +1,6 @@
+[$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
diff --git a/.config/mr/available.d/git.vcsh b/.config/mr/available.d/git.vcsh
new file mode 100644 (file)
index 0000000..e8f73fe
--- /dev/null
@@ -0,0 +1,6 @@
+[$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
diff --git a/.config/mr/available.d/gnupg.vcsh b/.config/mr/available.d/gnupg.vcsh
new file mode 100644 (file)
index 0000000..879d3ac
--- /dev/null
@@ -0,0 +1,6 @@
+[$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
diff --git a/.config/mr/available.d/irc.vcsh b/.config/mr/available.d/irc.vcsh
new file mode 100644 (file)
index 0000000..816d760
--- /dev/null
@@ -0,0 +1,6 @@
+[$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
diff --git a/.config/mr/available.d/lib.mr b/.config/mr/available.d/lib.mr
new file mode 100644 (file)
index 0000000..d8d3a0e
--- /dev/null
@@ -0,0 +1,4 @@
+[$HOME/lib]
+checkout = git clone git://git.donarmstrong.com/lib.git lib
+fixups = make -C ~/lib/signature_stuff;  \
+         make -C ~/lib/emacs_el
diff --git a/.config/mr/available.d/mail.vcsh b/.config/mr/available.d/mail.vcsh
new file mode 100644 (file)
index 0000000..69cc639
--- /dev/null
@@ -0,0 +1,6 @@
+[$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
diff --git a/.config/mr/available.d/misc.vcsh b/.config/mr/available.d/misc.vcsh
new file mode 100644 (file)
index 0000000..73efe47
--- /dev/null
@@ -0,0 +1,6 @@
+[$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
index b2b40143fc36f34e81ca7611c4cce8c9dd3990e6..381901d810535294e639864bbcd0e6c7d6844af9 100644 (file)
@@ -1,2 +1,2 @@
 [$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
diff --git a/.config/mr/available.d/remote_mail.vcsh b/.config/mr/available.d/remote_mail.vcsh
new file mode 100644 (file)
index 0000000..4ccdd18
--- /dev/null
@@ -0,0 +1,6 @@
+[$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
diff --git a/.config/mr/available.d/x_base.vcsh b/.config/mr/available.d/x_base.vcsh
new file mode 100644 (file)
index 0000000..d4dd23e
--- /dev/null
@@ -0,0 +1,6 @@
+[$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
diff --git a/.config/mr/available.d/x_full.vcsh b/.config/mr/available.d/x_full.vcsh
new file mode 100644 (file)
index 0000000..3016245
--- /dev/null
@@ -0,0 +1,6 @@
+[$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
index 03e6beca09c205c02d75667f2219ee2f62b471ec..08a152af8f3489dc12fb945d2d2b5800ffefed54 100644 (file)
@@ -1,2 +1,6 @@
 [$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