diff --git a/README.md b/README.md index 4e11672..a1eb6b2 100644 --- a/README.md +++ b/README.md @@ -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 +```