From 25cbb9b95e451defc4e79b6fa43a2377ca90a0e8 Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih.mailinglist@gmail.com>
Date: Wed, 26 Oct 2011 23:41:53 +0200
Subject: [PATCH] Initial commit

---
 .config/mr/available.d/mr.vcsh  | 5 +++++
 .config/mr/available.d/zsh.vcsh | 5 +++++
 .config/mr/config.d/mr.vcsh     | 1 +
 .gitignore                      | 1 +
 .mrconfig                       | 5 +++++
 5 files changed, 17 insertions(+)
 create mode 100644 .config/mr/available.d/mr.vcsh
 create mode 100644 .config/mr/available.d/zsh.vcsh
 create mode 120000 .config/mr/config.d/mr.vcsh
 create mode 100644 .gitignore
 create mode 100644 .mrconfig

diff --git a/.config/mr/available.d/mr.vcsh b/.config/mr/available.d/mr.vcsh
new file mode 100644
index 0000000..c259512
--- /dev/null
+++ b/.config/mr/available.d/mr.vcsh
@@ -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
index 0000000..3e21ffe
--- /dev/null
+++ b/.config/mr/available.d/zsh.vcsh
@@ -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
index 0000000..e69f21d
--- /dev/null
+++ b/.config/mr/config.d/mr.vcsh
@@ -0,0 +1 @@
+../available.d/mr.vcsh
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..72e8ffc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*
diff --git a/.mrconfig b/.mrconfig
new file mode 100644
index 0000000..ea52839
--- /dev/null
+++ b/.mrconfig
@@ -0,0 +1,5 @@
+[DEFAULT]
+git_gc = git gc "$@"
+jobs = 5
+
+include = cat ~/.config/mr/config.d/*
-- 
2.39.5