Add helpful information on new system bringup
This commit is contained in:
parent
ed67b7cf80
commit
466ad1b366
10
README.md
10
README.md
|
@ -2,6 +2,16 @@
|
||||||
|
|
||||||
My configuration files managed by chezmoi
|
My configuration files managed by chezmoi
|
||||||
|
|
||||||
|
## On a new machine
|
||||||
|
|
||||||
|
1. Install chezmoi with your package manager or with your Nix config
|
||||||
|
1. `chezmoi init git@source.theribbles.org:eliribble/dotfiles.git`
|
||||||
|
1. If you already ran `chezmoi init` then run `chezmoi purge`.
|
||||||
|
|
||||||
|
You'll now have a bare git repository in `~/.config/local/chezmoi/.git`
|
||||||
|
|
||||||
|
## Day-to-day
|
||||||
|
|
||||||
To see the changes that would be applied on a new machine:
|
To see the changes that would be applied on a new machine:
|
||||||
```
|
```
|
||||||
chezmoi diff
|
chezmoi diff
|
||||||
|
|
Loading…
Reference in New Issue