From a47bc0a2465ad734de1dc7f96737e955c36feb00 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Thu, 10 Oct 2024 20:12:18 -0700 Subject: [PATCH] Update .chezmoi.toml --- .chezmoi.toml.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index 9912bd3..9e1a0cd 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -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" -}}