mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2025-01-07 17:15:55 -05:00
9 lines
235 B
Cheetah
9 lines
235 B
Cheetah
{{- $email := promptStringOnce . "email" "Email address" -}}
|
|
{{- $recipient := promptStringOnce . "recipient" "GPG email" -}}
|
|
encryption = "gpg"
|
|
|
|
[data]
|
|
email = {{ $email | quote }}
|
|
|
|
[gpg]
|
|
recipient = {{ $recipient | quote }}
|