2023-12-05 17:00:32 -08:00
|
|
|
# dotfiles
|
|
|
|
|
2024-03-06 11:18:08 -08:00
|
|
|
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.
|