X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/2e62c7a1db2e151ac5d78f7c09771b3026c776ea..77d9cf9a4eaf9da25709dd7760c42a3343f108a4:/gitconfig

diff --git a/gitconfig b/gitconfig
index 485954e..cc14fe3 100644
--- a/gitconfig
+++ b/gitconfig
@@ -1,7 +1,12 @@
 [user]
 	name = Ruben Beltran del Rio
 	email = ruben@unlimited.pizza
-	signingkey = B7C3495D98F27947
+  signingkey = CF016B28A85750E3C1B80CEB14871BABBDF9DFF5
+[sendemail]
+	smtpserver = smtp.fastmail.com
+	smtpuser = ruben@unlimited.pizza
+	smtpencryption = ssl
+	smtpserverport = 465
 [core]
 	editor = nvim
 [color]
@@ -12,3 +17,7 @@
   rebase = false
 [commit]
 	gpgsign = true
+[init]
+	defaultBranch = main
+[diff]
+  external = difft