add install block

This commit is contained in:
Aaron Bieber 2020-08-17 20:43:46 -06:00
parent 732c35eb20
commit 92eaa9dac4
1 changed files with 12 additions and 1 deletions

View File

@ -1,6 +1,17 @@
* dotconf
There's no place like ::1!
There's no place like ~::1~!
The idea for managing dot files in this way came from [[https://news.ycombinator.com/item?id=11071754][here]].
** Install
#+begin_src shell
git clone --separate-git-dir=~/.dotconf git@git.sr.ht:~qbit/dotconf /tmp/dotconf
rm -rf /tmp/dotconf
alias dotconf='/usr/local/bin/git --git-dir=$HOME/.dotconf --work-tree=$HOME'
dotconf pull
#+end_src
** LICENSE