From 684d62886e3a3854cf48037ab05a63803dae23bc Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Tue, 31 Dec 2024 13:25:21 -0500 Subject: [PATCH] chezmoi: add gpg settings --- .chezmoi.toml.tmpl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index dbd7fae..874f087 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -1,4 +1,9 @@ {{- $email := promptStringOnce . "email" "Email address" -}} +{{- $recipient := promptStringOnce . "recipient" "GPG email" -}} +encryption = "gpg" [data] email = {{ $email | quote }} + +[gpg] + recipient = {{ $recipient | quote }}