Update .chezmoi.toml
This commit is contained in:
parent
0473293547
commit
2f1d639fa5
1 changed files with 5 additions and 5 deletions
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue