Update dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl

This commit is contained in:
Brian Zalewski 2022-11-24 11:34:08 +00:00
parent 52f3215a08
commit ded1d999d9

View file

@ -138,3 +138,12 @@ diff:
git:
autoCommit: true
autoPush: true
textconv:
- pattern: "**/*.plist"
command: "plutil"
args:
- "-convert"
- "xml1"
- "-o"
- "-",
- "-"