update readme

This commit is contained in:
Alexander Navarro 2024-08-05 15:41:03 -04:00
parent 3e0fd19aa6
commit c4810a5a62

View file

@ -8,3 +8,9 @@ then execute the following command:
```bash
sh -c "$(curl -fsLS get.chezmoi.io)" -- -b $HOME/.local/bin init --apply aleee-idk/mini-dots
```
To set up the dotfiles and then delete all traces of the manager, run:
```bash
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply --one-shot aleee-idk/mini-dots
```