Update .chezmoi.toml
This commit is contained in:
parent
aec184db23
commit
a47bc0a246
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
{{- $passphrase := promptStringOnce . "passphrase" "passphrase" -}}
|
{{- $passphrase := promptStringOnce . "passphrase" "passphrase" -}}
|
||||||
{{- $colorscheme := "rose-pine" -}}
|
{{- $colorscheme := "rose-pine" -}}
|
||||||
|
{{- $gpgKey := promptStringOnce . "gpgKey" "gpgKey" -}}
|
||||||
|
|
||||||
{{- $osid := .chezmoi.os -}}
|
{{- $osid := .chezmoi.os -}}
|
||||||
{{- if hasKey .chezmoi.osRelease "id" -}}
|
{{- if hasKey .chezmoi.osRelease "id" -}}
|
||||||
|
@ -28,7 +29,7 @@ autoPush = true
|
||||||
command = ".local/share/chezmoi/.install-bw.sh"
|
command = ".local/share/chezmoi/.install-bw.sh"
|
||||||
|
|
||||||
[data]
|
[data]
|
||||||
gpgKey = {{ output (joinPath .chezmoi.sourceDir "dot_local/bin/executable_get-gpg-key") | trim | quote }}
|
gpgKey = {{ $gpgKey | quote }}
|
||||||
passphrase = {{ $passphrase | quote }}
|
passphrase = {{ $passphrase | quote }}
|
||||||
osid = {{ $osid | quote }}
|
osid = {{ $osid | quote }}
|
||||||
{{ if eq $osid "linux-debian" -}}
|
{{ if eq $osid "linux-debian" -}}
|
||||||
|
|
Loading…
Reference in a new issue