Fix instructions.
This commit is contained in:
parent
7244c42c27
commit
50b0adb321
1 changed files with 8 additions and 5 deletions
13
README.md
13
README.md
|
@ -1,10 +1,13 @@
|
||||||
# To install:
|
# To install:
|
||||||
git clone --bare git@github.com:Kaholaz/dotfiles.git $HOME/.dotfiles
|
git clone --bare http://git.kaholaz.net/kaholaz/dotfiles $HOME/.dotfiles
|
||||||
|
|
||||||
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
alias dotf='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||||
|
|
||||||
dotfiles config --local status.showUntrackedFiles no
|
dotf config --local status.showUntrackedFiles no
|
||||||
|
|
||||||
dotfiles restore --staged . (WARNING: DELETES ANY LOCAL DOTFILES)
|
dotf restore --staged .
|
||||||
|
|
||||||
|
dotf restore .
|
||||||
|
|
||||||
|
dotf remote set-url origin git@git.kaholaz.net:kaholaz/dotfiles.git
|
||||||
|
|
||||||
dotfiles checkout
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue