]> git.r.bdr.sh - rbdr/dotfiles/blobdiff - gitconfig
Add yabai confi
[rbdr/dotfiles] / gitconfig
index 2f7f713fc3b9203f72c266d9540d62cb1b7e260e..712e4dff7df94afbc50c82851dca402d5dd4f8d2 100644 (file)
--- a/gitconfig
+++ b/gitconfig
@@ -2,11 +2,20 @@
        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