README update

This commit is contained in:
Vitor Gonçalves 2023-12-04 03:17:51 -03:00
parent 4e72db0c58
commit 64b1a8fe0f
Signed by: vitorg
GPG Key ID: B90BF113DF56EB41
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ it's still wip! if you have any suggestions, feel free to email me [here](mailto
i manage my dotfiles using a bare git repository. here's a quick rundown on how to get this dotfiles for yourself:
```sh
alias cfg='git --git-dir=$HOME/.local/share/dotfiles-repo/ --work-tree=$HOME'
git clone --bare http://git.vern.cc/vitorg/dots $HOME/.local/share/dotfiles-repo
alias cfg="git --git-dir=$HOME/.local/share/dotfiles-repo/ --work-tree=$HOME"
git clone --bare http://git.vern.cc/vitorg/dots "$HOME/.local/share/dotfiles-repo"
cfg checkout
```