dotfiles/dot_config/git/config.local.tmpl

11 lines
270 B
Cheetah
Raw Normal View History

2024-04-14 18:41:15 -07:00
# vim:set ft=gitconfig :
[user]
name = punkfairie
email = 23287005+punkfairie@users.noreply.github.com
2024-04-20 10:16:06 -07:00
{{ if hasKey . "gpgKey" -}}
2024-04-14 18:41:15 -07:00
signingkey = {{ .gpgKey }}
{{- else -}}
{{- output "echo" ".gpgKey not set, please run chezmoi apply again!" -}}
{{- end }}