dotfiles/.chezmoi.toml.tmpl

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