Update .chezmoi.toml

This commit is contained in:
punkfairie 2024-07-29 19:01:11 -07:00
parent 5d1e0d0d06
commit df7ed82510
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -11,11 +11,12 @@ encryption = "gpg"
[git] [git]
autoPush = true autoPush = true
[diff]
{{ if lookPath "delta" -}} {{ if lookPath "delta" -}}
[diff]
command = "delta" command = "delta"
args = ["--syntax-theme", "catppuccin-macchiato", "--features", "mellow-barbet", "{{ "{{" }} .Destination {{ "}}" }}", "{{ "{{" }} .Target {{ "}}" }}"] args = ["--syntax-theme", "catppuccin-macchiato", "--features", "mellow-barbet", "{{ "{{" }} .Destination {{ "}}" }}", "{{ "{{" }} .Target {{ "}}" }}"]
{{ end -}} {{ end -}}
exclude = ["scripts"]
[gpg] [gpg]
symmetric = true symmetric = true