Add some convenient commands to README

This commit is contained in:
Eli Ribble 2024-03-06 19:18:08 +00:00
parent 2ae5b37f86
commit ecd18298e0
1 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
# dotfiles # dotfiles
My configuration files managed by chezmoi My configuration files managed by chezmoi
To see the changes that would be applied on a new machine:
```
chezmoi diff
```
To apply the changes:
```
chezmoi apply
```
See https://chezmoi.io/user-guide/ for more.