From c4810a5a621fadb15999b0a338b24b3ed1d1e7ed Mon Sep 17 00:00:00 2001 From: aleidk Date: Mon, 5 Aug 2024 15:41:03 -0400 Subject: [PATCH] update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 +```