aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianni Ceccarelli <gianni.ceccarelli@net-a-porter.com>2015-04-22 11:05:30 +0100
committerGianni Ceccarelli <gianni.ceccarelli@net-a-porter.com>2015-04-22 11:05:30 +0100
commitb102dde306aff47129dbced08a6109dafe6ffc1e (patch)
tree82cfefc0a2ba8bab019e82ab16e565617d14d2cd
parentinit (diff)
downloaddotfiles_mr-b102dde306aff47129dbced08a6109dafe6ffc1e.tar.gz
dotfiles_mr-b102dde306aff47129dbced08a6109dafe6ffc1e.tar.bz2
dotfiles_mr-b102dde306aff47129dbced08a6109dafe6ffc1e.zip
self-ref config
-rw-r--r--.config/mr/available.d/dotfiles_mr.vcsh6
l---------.config/mr/config.d/dotfiles_mr.vcsh1
-rw-r--r--.gitignore.d/dotfiles_mr9
3 files changed, 16 insertions, 0 deletions
diff --git a/.config/mr/available.d/dotfiles_mr.vcsh b/.config/mr/available.d/dotfiles_mr.vcsh
new file mode 100644
index 0000000..b86fa48
--- /dev/null
+++ b/.config/mr/available.d/dotfiles_mr.vcsh
@@ -0,0 +1,6 @@
+[$HOME/.config/vcsh/repo.d/dotfiles_mr.git]
+checkout = vcsh clone git@luxion:dotfiles_mr dotfiles_mr
+update = vcsh dotfiles_mr pull
+push = vcsh dotfiles_mr push
+status = vcsh dotfiles_mr status
+gc = vcsh dotfiles_mr gc
diff --git a/.config/mr/config.d/dotfiles_mr.vcsh b/.config/mr/config.d/dotfiles_mr.vcsh
new file mode 120000
index 0000000..a9a3216
--- /dev/null
+++ b/.config/mr/config.d/dotfiles_mr.vcsh
@@ -0,0 +1 @@
+../available.d/dotfiles_mr.vcsh \ No newline at end of file
diff --git a/.gitignore.d/dotfiles_mr b/.gitignore.d/dotfiles_mr
new file mode 100644
index 0000000..b39c8c4
--- /dev/null
+++ b/.gitignore.d/dotfiles_mr
@@ -0,0 +1,9 @@
+/*
+!/.config
+/.config/*
+!/.config/mr/
+!/.mrconfig
+!/.gitignore.d/
+/.gitignore.d/*
+!/.gitignore.d/dotfiles_mr
+*~