My configuration files managed by chezmoi
| private_dot_config | ||
| LICENSE | ||
| README.md | ||
dotfiles
My configuration files managed by chezmoi
On a new machine
- Install chezmoi with your package manager or with your Nix config
chezmoi init git@source.theribbles.org:eliribble/dotfiles.git- If you already ran
chezmoi initthen runchezmoi 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:
chezmoi diff
To apply the changes:
chezmoi apply
See https://chezmoi.io/user-guide/ for more.