diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 56ed795..ff89ec9 100644 --- a/README.md +++ b/README.md @@ -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 https://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 https://git.vern.cc/vitorg/dots "$HOME/.local/share/dotfiles-repo" cfg checkout ``` |