summaryrefslogtreecommitdiffstats
path: root/site/snippets/etcgit.org
diff options
context:
space:
mode:
Diffstat (limited to 'site/snippets/etcgit.org')
-rw-r--r--site/snippets/etcgit.org12
1 files changed, 12 insertions, 0 deletions
diff --git a/site/snippets/etcgit.org b/site/snippets/etcgit.org
new file mode 100644
index 0000000..d266a2d
--- /dev/null
+++ b/site/snippets/etcgit.org
@@ -0,0 +1,12 @@
+#+TITLE: etcgit
+#+OPTIONS: toc:nil
+
+* etcgit
+
+ A tiny wrapper around git to help it make managing my ~/etc/~
+ directory a little easier
+
+ #+BEGIN_SRC sh :tangle etcgit
+ #!/usr/bin/env rc
+ git --git-dir /home/slash/projects/etcfiles --work-tree /etc/ $*
+ #+END_SRC