From 34f59705194dd076920277b42bed096f20d51af8 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Sat, 8 Aug 2026 13:48:31 +0200 Subject: [PATCH] feat: update readme --- README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d869c80..04f0252 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,30 @@ ## Set up on new machine: ```bash -sh -c "$(curl -fsLS get.chezmoi.io)" -- init dnlbauer +`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 +`sh -c "$(curl -fsLS get.chezmoi.io)" -- init --one-shot dnlbauer` ``` + +## Updateing files + +1. Re-add updated files: + +`chezmoi re-add .zshrc` + +2. git add and commit + +```bash +chezmoi cd +git add --all +git commit +git push +``` + +3. Update machine from remote + +`chezmoi update`