Update .chezmoi.toml

This commit is contained in:
punkfairie 2024-08-05 17:47:54 -07:00
parent 0473293547
commit 2f1d639fa5
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -14,8 +14,8 @@ autoPush = true
[diff] [diff]
{{ if lookPath "delta" -}} {{ if lookPath "delta" -}}
command = "delta" command = "delta"
args = ["--syntax-theme", {{ $colorscheme | quote }}, "--features", "mellow-barbet", "{{ "{{" }} .Destination {{ "}}" }}", "{{ "{{" }} .Target {{ "}}" }}"] args = ["--syntax-theme", {{ $colorscheme | quote }}, "--features", "mellow-barbet", "{{ "{{" }} .Destination {{ "}}" }}", "{{ "{{" }} .Target {{ "}}" }}"]
{{ end -}} {{ end -}}
exclude = ["scripts"] exclude = ["scripts"]
@ -25,14 +25,14 @@ args = ["--batch", "--passphrase", {{ $passphrase | quote }}, "--no-symkey-cache
[data] [data]
{{ if lookPath "get-gpg-key" -}} {{ if lookPath "get-gpg-key" -}}
gpgKey = {{ output "get-gpg-key" | trim | quote }} gpgKey = {{ output "get-gpg-key" | trim | quote }}
{{ end -}} {{ end -}}
passphrase = {{ $passphrase | quote }} passphrase = {{ $passphrase | quote }}
osid = {{ $osid | quote }} osid = {{ $osid | quote }}
{{ if eq .chezmoi.hostname "marleycentre" -}} {{ if eq .chezmoi.hostname "marleycentre" -}}
isServer = true isServer = true
{{ else }} {{ else }}
isServer = false isServer = false
{{ end }} {{ end }}
[data.drapeau] [data.drapeau]