mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 13:35:30 +00:00
Upade setup instructions in README.md
Updated setup instructions and added one-shot option.
This commit is contained in:
@@ -1,8 +1,13 @@
|
|||||||
# My dotfiles
|
# My dotfiles
|
||||||
|
|
||||||
Set up on new machin:
|
## Set up on new machine:
|
||||||
|
|
||||||
```bash
|
```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
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user