update readme a bit
This commit is contained in:
parent
42f865eed4
commit
69c2767fa4
@ -8,8 +8,13 @@ The idea for managing dot files in this way came from [[https://news.ycombinator
|
|||||||
|
|
||||||
#+begin_src shell
|
#+begin_src shell
|
||||||
git clone --separate-git-dir=~/.dotconf git@git.sr.ht:~qbit/dotconf /tmp/dotconf
|
git clone --separate-git-dir=~/.dotconf git@git.sr.ht:~qbit/dotconf /tmp/dotconf
|
||||||
|
# or
|
||||||
|
git clone --separate-git-dir=~/.dotconf https://github.com/qbit/dotconf /tmp/dotconf
|
||||||
|
|
||||||
rm -rf /tmp/dotconf
|
rm -rf /tmp/dotconf
|
||||||
|
|
||||||
alias dotconf='/usr/local/bin/git --git-dir=$HOME/.dotconf --work-tree=$HOME'
|
alias dotconf='/usr/local/bin/git --git-dir=$HOME/.dotconf --work-tree=$HOME'
|
||||||
|
|
||||||
dotconf config status.showUntrackedFiles no
|
dotconf config status.showUntrackedFiles no
|
||||||
dotconf checkout .
|
dotconf checkout .
|
||||||
#+end_src
|
#+end_src
|
||||||
|
Loading…
Reference in New Issue
Block a user