dotfiles/dot_config/git/config.local.tmpl

9 lines
180 B
Cheetah
Raw Normal View History

2024-04-15 01:41:15 +00:00
# vim:set ft=gitconfig :
[user]
name = punkfairie
email = 23287005+punkfairie@users.noreply.github.com
2024-04-20 17:16:06 +00:00
{{ if hasKey . "gpgKey" -}}
2024-04-15 01:41:15 +00:00
signingkey = {{ .gpgKey }}
{{- end }}