Update .chezmoi.toml

This commit is contained in:
punkfairie 2024-10-10 20:12:18 -07:00
parent aec184db23
commit a47bc0a246
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -1,5 +1,6 @@
{{- $passphrase := promptStringOnce . "passphrase" "passphrase" -}}
{{- $colorscheme := "rose-pine" -}}
{{- $gpgKey := promptStringOnce . "gpgKey" "gpgKey" -}}
{{- $osid := .chezmoi.os -}}
{{- if hasKey .chezmoi.osRelease "id" -}}
@ -28,7 +29,7 @@ autoPush = true
command = ".local/share/chezmoi/.install-bw.sh"
[data]
gpgKey = {{ output (joinPath .chezmoi.sourceDir "dot_local/bin/executable_get-gpg-key") | trim | quote }}
gpgKey = {{ $gpgKey | quote }}
passphrase = {{ $passphrase | quote }}
osid = {{ $osid | quote }}
{{ if eq $osid "linux-debian" -}}