mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2025-01-08 09:35:55 -05:00
chezmoi: add gpg settings
This commit is contained in:
parent
d1279e10b0
commit
684d62886e
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
|||
{{- $email := promptStringOnce . "email" "Email address" -}}
|
||||
{{- $recipient := promptStringOnce . "recipient" "GPG email" -}}
|
||||
encryption = "gpg"
|
||||
|
||||
[data]
|
||||
email = {{ $email | quote }}
|
||||
|
||||
[gpg]
|
||||
recipient = {{ $recipient | quote }}
|
||||
|
|
Loading…
Reference in a new issue