Files
.dotfiles/.gitconfig

17 lines
264 B
INI

[user]
name = Quinn
email = quinn@thepigeongenerator.xyz
signingkey = 90018A2B35326B5E5E68589D47378BDBE5E29830
[tag]
gpgSign = true
[commit]
gpgSign = true
[init]
defaultBranch = main
[core]
editor = nvim
; pager = nvim -dR
[color]
ui = auto
pager = yes