diff options
author | Vitor Gonçalves <vitorg@tilde.team> | 2023-12-04 03:17:51 -0300 |
---|---|---|
committer | Vitor Gonçalves <vitorg@tilde.team> | 2023-12-04 03:17:51 -0300 |
commit | 64b1a8fe0ff76a5f16ada55c86e343337f36d75c (patch) | |
tree | c096e92fba281934b38ffee1b65269f74f2e3174 /README.md | |
parent | 4e72db0c587aa732c853453cd06c727c6ac8fe56 (diff) | |
download | dots-64b1a8fe0ff76a5f16ada55c86e343337f36d75c.tar.gz |
README update
Diffstat (limited to 'README.md')
-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 ``` |