Fix README

This commit is contained in:
LordMathis 2023-02-04 21:18:15 +01:00
parent 80a565813c
commit a1200a3534
1 changed files with 1 additions and 1 deletions

View File

@ -11,9 +11,9 @@ My dotfiles. If you want to use them fork or clone the repo. Each branch has spe
* `echo ".dotfiles" >> .gitignore`
* `git clone --bare git@git.namesny.com:Mathis/dotfiles.git $HOME/.dotfiles`
* `alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'`
* `config checkout <branch-name>`
* `config submodule init`
* `config submodule update`
* `config checkout`
* `source .zshrc`
## [Full Guide](https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/)