From: martin f. krafft Date: Mon, 8 Sep 2014 20:20:50 +0000 (+0200) Subject: Import base config files X-Git-Url: https://git.madduck.net/etc/myrepos.git/commitdiff_plain/21ce7ac9a0d75faebe51e710297951c115676ce7 Import base config files --- diff --git a/.config/mr/base-config.d/crontab.vcsh b/.config/mr/base-config.d/crontab.vcsh new file mode 100644 index 0000000..9c81528 --- /dev/null +++ b/.config/mr/base-config.d/crontab.vcsh @@ -0,0 +1,4 @@ +[${XDG_CONFIG_HOME:-$HOME/.config}/vcsh/repo.d/crontab.git] +checkout = vcsh clone madduck:pub/etc/crontab.git +post_checkout = for i in rewrite merge commit rewrite; do ln -rs $MR_REPO/../../hooks-available/crontab.post-run+enter $MR_REPO/hooks/post-$i; done +fixups = $MR_REPO/../../hooks-available/crontab.post-run+enter diff --git a/.config/mr/base-config.d/screen.vcsh b/.config/mr/base-config.d/screen.vcsh new file mode 100644 index 0000000..f2d7577 --- /dev/null +++ b/.config/mr/base-config.d/screen.vcsh @@ -0,0 +1,2 @@ +[${XDG_CONFIG_HOME:-$HOME/.config}/vcsh/repo.d/screen.git] +checkout = vcsh clone madduck:pub/etc/screen.git diff --git a/.config/mr/base-config.d/ssh.vcsh b/.config/mr/base-config.d/ssh.vcsh new file mode 100644 index 0000000..d988575 --- /dev/null +++ b/.config/mr/base-config.d/ssh.vcsh @@ -0,0 +1,4 @@ +[${XDG_CONFIG_HOME:-$HOME/.config}/vcsh/repo.d/ssh.git] +checkout = vcsh clone madduck:pub/etc/ssh.git +post_checkout = for i in rewrite merge commit checkout; do ln -rs $MR_REPO/../../hooks-available/ssh.post-run+enter $MR_REPO/hooks/post-$i; done +fixups = $MR_REPO/../../hooks-available/ssh.post-run+enter diff --git a/.config/mr/base-config.d/vim.vcsh b/.config/mr/base-config.d/vim.vcsh new file mode 100644 index 0000000..ba0942f --- /dev/null +++ b/.config/mr/base-config.d/vim.vcsh @@ -0,0 +1,2 @@ +[${XDG_CONFIG_HOME:-$HOME/.config}/vcsh/repo.d/vim.git] +checkout = vcsh clone madduck:pub/etc/vim.git diff --git a/.config/mr/base-config.d/zsh.vcsh b/.config/mr/base-config.d/zsh.vcsh new file mode 100644 index 0000000..edb3e50 --- /dev/null +++ b/.config/mr/base-config.d/zsh.vcsh @@ -0,0 +1,2 @@ +[${XDG_CONFIG_HOME:-$HOME/.config}/vcsh/repo.d/zsh.git] +checkout = vcsh clone madduck:pub/etc/zsh.git