X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/f58f5a8243ba822d6ee991c7dc174ff82ea47aa9..bcb7a47c08459a495762e056715534c19332d2fc:/gitconfig diff --git a/gitconfig b/gitconfig index 957c18a..712e4df 100644 --- a/gitconfig +++ b/gitconfig @@ -1,9 +1,21 @@ [user] - name = Ben Beltran - email = ben@nsovocal.com + 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 +[init] + defaultBranch = main