mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
9 lines
124 B
Markdown
9 lines
124 B
Markdown
# My dotfiles
|
|
|
|
Set up on new machin:
|
|
|
|
```bash
|
|
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --one-shot $GITHUB_USERNAME
|
|
```
|
|
|