dotfiles/dot_config/git/config.local.tmpl

8 lines
157 B
Cheetah

# vim:set ft=gitconfig :
[user]
name = punkfairie
email = marley@punkfairie.net
{{ if hasKey . "gpgKey" -}}
signingkey = {{ .gpgKey }}
{{- end }}