]> git.r.bdr.sh - rbdr/dotfiles/blobdiff - gitconfig
Make tmux pilly
[rbdr/dotfiles] / gitconfig
index f3cb18daacf448df468df76763858ff8b3ae8b52..08ed718ca6686e415876e067eb3f08f4f4e54cee 100644 (file)
--- a/gitconfig
+++ b/gitconfig
@@ -1,29 +1,33 @@
 [user]
-       name = Ruben Beltran del Rio
-       email = ruben@unlimited.pizza
-  signingkey = CF016B28A85750E3C1B80CEB14871BABBDF9DFF5
+  name = Ruben Beltran del Rio
+  email = git@r.bdr.sh
+  signingkey = 85D81B97D96211C7
 [sendemail]
-       smtpserver = smtp.fastmail.com
-       smtpuser = ruben@unlimited.pizza
-       smtpencryption = ssl
-       smtpserverport = 465
+  smtpserver = smtp.fastmail.com
+  smtpuser = r@bdr.sh
+  smtpencryption = ssl
+  smtpserverport = 465
 [core]
-       editor = nvim
+  pager = delta
+  editor = nvim
 [color]
-       diff = auto
+  diff = auto
 [push]
-       default = simple
+  default = simple
+  autoSetupRemote = true
 [pull]
   rebase = false
 [commit]
-       gpgsign = true
+  gpgsign = true
 [init]
-       defaultBranch = main
+  defaultBranch = main
 [diff]
   external = difft
-       tool = vimdiff
+  tool = vimdiff
+  algorithm = histogram
 [merge]
   tool = nvim
+  conflictstyle = zdiff3
 [mergetool]
   keepBackup = false
 [mergetool "nvim"]