Upade setup instructions in README.md

Updated setup instructions and added one-shot option.
This commit is contained in:
Daniel Bauer
2026-05-14 10:32:57 +02:00
committed by GitHub
parent 3c9a45d9d2
commit 6070189afa

View File

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