dotfiles/dot_config/git/config.local.tmpl

9 lines
157 B
Cheetah
Raw Normal View History

2024-04-14 18:41:15 -07:00
# vim:set ft=gitconfig :
[user]
2024-10-10 20:20:23 -07:00
name = punkfairie
2024-10-10 20:10:49 -07:00
email = marley@punkfairie.net
2024-04-20 10:16:06 -07:00
{{ if hasKey . "gpgKey" -}}
2024-04-14 18:41:15 -07:00
signingkey = {{ .gpgKey }}
{{- end }}