mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
14 lines
231 B
Markdown
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
|
|
```
|