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]
|
[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
|
||||||
|
|
Loading…
Reference in a new issue