Update .chezmoi.toml
This commit is contained in:
parent
5d1e0d0d06
commit
df7ed82510
1 changed files with 2 additions and 1 deletions
|
@ -11,11 +11,12 @@ encryption = "gpg"
|
|||
[git]
|
||||
autoPush = true
|
||||
|
||||
[diff]
|
||||
{{ if lookPath "delta" -}}
|
||||
[diff]
|
||||
command = "delta"
|
||||
args = ["--syntax-theme", "catppuccin-macchiato", "--features", "mellow-barbet", "{{ "{{" }} .Destination {{ "}}" }}", "{{ "{{" }} .Target {{ "}}" }}"]
|
||||
{{ end -}}
|
||||
exclude = ["scripts"]
|
||||
|
||||
[gpg]
|
||||
symmetric = true
|
||||
|
|
Loading…
Reference in a new issue