From: Ruben Beltran del Rio Date: Mon, 19 Feb 2024 19:53:09 +0000 (+0100) Subject: Update git config X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/commitdiff_plain/04b083ae65a38409a668aa0ca8e8b59904f08e60?ds=inline Update git config --- diff --git a/gitconfig b/gitconfig index ff81aab..da096be 100644 --- a/gitconfig +++ b/gitconfig @@ -1,27 +1,30 @@ [user] - name = Ruben Beltran del Rio - email = git@r.bdr.sh + name = Ruben Beltran del Rio + email = git@r.bdr.sh signingkey = CF016B28A85750E3C1B80CEB14871BABBDF9DFF5 [sendemail] - smtpserver = smtp.fastmail.com - smtpuser = r@bdr.sh - 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