Added some useful command in the README.md
This commit is contained in:
12
README.md
12
README.md
@@ -25,3 +25,15 @@ chezmoi init git.nicolabelluti.me/nicolabelluti
|
|||||||
# Apply the dotfiles
|
# Apply the dotfiles
|
||||||
chezmoi apply
|
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
|
||||||
|
```
|
||||||
|
Reference in New Issue
Block a user