Files
dotfiles/README.md
Daniel Bauer 6070189afa Upade setup instructions in README.md
Updated setup instructions and added one-shot option.
2026-05-14 10:32:57 +02:00

14 lines
231 B
Markdown

# My dotfiles
## Set up on new machine:
```bash
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
```