bump readme
This commit is contained in:
parent
c832023b9a
commit
d085396102
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ REPO_URL=git@github.com:ickyicky/dot.git
|
||||||
git clone --bare $REPO_URL $HOME/.dot/
|
git clone --bare $REPO_URL $HOME/.dot/
|
||||||
alias dot="/usr/bin/git --git-dir=$HOME/.dot/ --work-tree=$HOME"
|
alias dot="/usr/bin/git --git-dir=$HOME/.dot/ --work-tree=$HOME"
|
||||||
dot config status.showUntrackedFiles no
|
dot config status.showUntrackedFiles no
|
||||||
dot restore --staged .
|
dot restore .
|
||||||
source $HOME/.zshrc
|
source $HOME/.zshrc
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue