From 1b4fbe6f175358b051ddc20d145c872c7ed2fb6d Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Sun, 6 Jul 2025 16:36:47 +0200 Subject: [PATCH] update oneshot install command in README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f3e85a..57a996e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ Set up on new machin: ```bash -sh -c "$(curl -fsLS get.chezmoi.io)" -chezmoi init --apply dnlbauer +sh -c "$(curl -fsLS get.chezmoi.io)" -- init --one-shot $GITHUB_USERNAME ```