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 }}