]> git.donarmstrong.com Git - mr.git/commitdiff
Initial commit
authorRichard Hartmann <richih.mailinglist@gmail.com>
Wed, 26 Oct 2011 21:41:53 +0000 (23:41 +0200)
committerRichard Hartmann <richih.mailinglist@gmail.com>
Wed, 26 Oct 2011 21:41:53 +0000 (23:41 +0200)
.config/mr/available.d/mr.vcsh [new file with mode: 0644]
.config/mr/available.d/zsh.vcsh [new file with mode: 0644]
.config/mr/config.d/mr.vcsh [new symlink]
.gitignore [new file with mode: 0644]
.mrconfig [new file with mode: 0644]

diff --git a/.config/mr/available.d/mr.vcsh b/.config/mr/available.d/mr.vcsh
new file mode 100644 (file)
index 0000000..c259512
--- /dev/null
@@ -0,0 +1,5 @@
+[$HOME/.config/vcsh/repo.d/mr.git]
+checkout = vcsh clone git://github.com/RichiH/vcsh_mr_template.git
+update = vcsh run mr git pull
+push = vcsh run mr git push
+status = vcsh run mr git status
diff --git a/.config/mr/available.d/zsh.vcsh b/.config/mr/available.d/zsh.vcsh
new file mode 100644 (file)
index 0000000..3e21ffe
--- /dev/null
@@ -0,0 +1,5 @@
+[$HOME/.config/vcsh/repo.d/zsh.git]
+checkout = vcsh clone git://github.com/RichiH/zshrc.git
+update = vcsh run zsh git pull
+push = vcsh run zsh git push
+status = vcsh run zsh git status
diff --git a/.config/mr/config.d/mr.vcsh b/.config/mr/config.d/mr.vcsh
new file mode 120000 (symlink)
index 0000000..e69f21d
--- /dev/null
@@ -0,0 +1 @@
+../available.d/mr.vcsh
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..72e8ffc
--- /dev/null
@@ -0,0 +1 @@
+*
diff --git a/.mrconfig b/.mrconfig
new file mode 100644 (file)
index 0000000..ea52839
--- /dev/null
+++ b/.mrconfig
@@ -0,0 +1,5 @@
+[DEFAULT]
+git_gc = git gc "$@"
+jobs = 5
+
+include = cat ~/.config/mr/config.d/*