bump readme
This commit is contained in:
parent
cc7bf0ba40
commit
ce236b9262
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ I stole this idea. But it works magic.
|
||||||
To setup dotfiles run:
|
To setup dotfiles run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
REPO_URL=git@github.com:ickyicky/dot.git
|
REPO_URL=ssh://git@gitea.domandoman.xyz:222/doman/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
|
||||||
|
|
Loading…
Reference in a new issue