update oneshot install command in README

This commit is contained in:
Daniel Bauer
2025-07-06 16:36:47 +02:00
parent 530e3ce426
commit 1b4fbe6f17

View File

@@ -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
```