X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/3422e7aace62f888ee801bf9ec80561f6fe7f20c..2a55fbef3406d4c51c395994d6763db3d20c3693:/gitconfig diff --git a/gitconfig b/gitconfig index e60d8a9..fb57ba1 100644 --- a/gitconfig +++ b/gitconfig @@ -2,8 +2,13 @@ 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] @@ -12,3 +17,7 @@ rebase = false [commit] gpgsign = true +[init] + defaultBranch = main +[diff] + external = difft