Add some convenient commands to README
This commit is contained in:
parent
2ae5b37f86
commit
ecd18298e0
15
README.md
15
README.md
|
@ -1,3 +1,16 @@
|
|||
# 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.
|
||||
|
|
Loading…
Reference in New Issue