summaryrefslogtreecommitdiffstats
path: root/site/snippets/etcgit.org
blob: d266a2dc97bbb2904d4e7d6ecc9e5c51089108f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
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