]> git.r.bdr.sh - rbdr/dotfiles/blobdiff - gitconfig
Add yabai confi
[rbdr/dotfiles] / gitconfig
index e60d8a9c0c56a575f1dd9862f8454f39e842b56d..712e4dff7df94afbc50c82851dca402d5dd4f8d2 100644 (file)
--- 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,5 @@
   rebase = false
 [commit]
        gpgsign = true
+[init]
+       defaultBranch = main