From 466ad1b3660b9c6e68b9a067d52dad8596ee8a54 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Thu, 12 Dec 2024 10:16:42 -0700 Subject: [PATCH] Add helpful information on new system bringup --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index ae2d184..56d3b42 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,16 @@ 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: ``` chezmoi diff