diff --git a/dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl b/dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl index 87fffc49..00754016 100644 --- a/dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl +++ b/dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl @@ -138,3 +138,12 @@ diff: git: autoCommit: true autoPush: true +textconv: + - pattern: "**/*.plist" + command: "plutil" + args: + - "-convert" + - "xml1" + - "-o" + - "-", + - "-"