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 }}
|
2024-04-20 17:14:59 +00:00
|
|
|
{{- end }}
|