From: Richard Hartmann Date: Wed, 26 Oct 2011 21:41:53 +0000 (+0200) Subject: Initial commit X-Git-Url: https://git.donarmstrong.com/?p=mr.git;a=commitdiff_plain;h=25cbb9b95e451defc4e79b6fa43a2377ca90a0e8 Initial commit --- 25cbb9b95e451defc4e79b6fa43a2377ca90a0e8 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/*