From 6070189afa19b007972e795e7a80b8da6f3ecc1e Mon Sep 17 00:00:00 2001 From: Daniel Bauer <4690162+dnlbauer@users.noreply.github.com> Date: Thu, 14 May 2026 10:32:57 +0200 Subject: [PATCH] Upade setup instructions in README.md Updated setup instructions and added one-shot option. --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57a996e..d869c80 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ # My dotfiles -Set up on new machin: +## Set up on new machine: ```bash -sh -c "$(curl -fsLS get.chezmoi.io)" -- init --one-shot $GITHUB_USERNAME +sh -c "$(curl -fsLS get.chezmoi.io)" -- init dnlbauer ``` +## One shot (removes chezmoi after install) + +```bash +sh -c "$(curl -fsLS get.chezmoi.io)" -- init --one-shot dnlbauer +```