chezmoi: add gpg settings

This commit is contained in:
Andrew Scott 2024-12-31 13:25:21 -05:00
parent d1279e10b0
commit 684d62886e
Signed by: a
GPG key ID: 7CD5A5977E4931C1

View file

@ -1,4 +1,9 @@
{{- $email := promptStringOnce . "email" "Email address" -}} {{- $email := promptStringOnce . "email" "Email address" -}}
{{- $recipient := promptStringOnce . "recipient" "GPG email" -}}
encryption = "gpg"
[data] [data]
email = {{ $email | quote }} email = {{ $email | quote }}
[gpg]
recipient = {{ $recipient | quote }}