X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/01e206524dfa62b8812599366806a11f2cae15fd..bcb7a47c08459a495762e056715534c19332d2fc:/gitconfig diff --git a/gitconfig b/gitconfig index d426b5c..712e4df 100644 --- a/gitconfig +++ b/gitconfig @@ -1,14 +1,21 @@ [user] - name = Ben Beltran - email = ben@nsovocal.com - signingkey = 8ABB89672AFB58F5 + name = Ruben Beltran del Rio + email = ruben@unlimited.pizza + signingkey = B7C3495D98F27947 +[sendemail] + smtpserver = smtp.fastmail.com + smtpuser = ruben@unlimited.pizza + smtpencryption = ssl + smtpserverport = 465 [core] - editor = vim + editor = nvim [color] diff = auto [push] default = simple +[pull] + rebase = false [commit] gpgsign = true -[gpg] - program = gpg2 +[init] + defaultBranch = main