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