From 046ec75b0d9d4f86976c6c81070b4fe2cb60774c Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Wed, 19 Aug 2020 07:52:27 -0600 Subject: [PATCH] update install commands to be functional --- readme.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.org b/readme.org index 1272cc7..d185250 100644 --- a/readme.org +++ b/readme.org @@ -10,7 +10,8 @@ The idea for managing dot files in this way came from [[https://news.ycombinator 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 +dotconf config status.showUntrackedFiles no +dotconf checkout . #+end_src ** LICENSE