1
0

Added some useful command in the README.md

This commit is contained in:
2025-10-04 12:18:21 +02:00
parent e28efad0c0
commit 72849ce86d

View File

@@ -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
```