dotfiles/README.md

17 lines
227 B
Markdown

# dotfiles
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.