From 72849ce86d4da196c331b3fa3da97d82075ebc95 Mon Sep 17 00:00:00 2001 From: Nicola Belluti Date: Sat, 4 Oct 2025 12:18:21 +0200 Subject: [PATCH] Added some useful command in the README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 004ce4d..382f74e 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,15 @@ chezmoi init git.nicolabelluti.me/nicolabelluti # Apply the dotfiles chezmoi apply ``` + +If you want to update the dotfiles: + +```sh +chezmoi update --init +``` + +To give a new answer to the prompts: + +```sh +chezmoi init --prompt +```