From e2582f8649e9e67f02210f659b69523c46003087 Mon Sep 17 00:00:00 2001 From: Rubén Beltrán del Río Date: Sun, 15 Mar 2026 21:41:58 +0100 Subject: Simplify installation --- gitconfig | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 gitconfig (limited to 'gitconfig') diff --git a/gitconfig b/gitconfig deleted file mode 100644 index 4c9ba68..0000000 --- a/gitconfig +++ /dev/null @@ -1,36 +0,0 @@ -[user] - name = Ruben Beltran del Rio - email = git@r.bdr.sh - signingkey = ~/.ssh/git.pub -[sendemail] - smtpserver = smtp.fastmail.com - smtpuser = r@bdr.sh - smtpencryption = ssl - smtpserverport = 465 -[core] - pager = delta - editor = nvim -[color] - diff = auto -[push] - default = simple - autoSetupRemote = true -[pull] - rebase = false -[commit] - gpgsign = true -[gpg] - format = ssh -[init] - defaultBranch = main -[diff] - external = difft - tool = vimdiff - algorithm = histogram -[merge] - tool = nvim - conflictstyle = zdiff3 -[mergetool] - keepBackup = false -[mergetool "nvim"] - cmd = nvim -d $LOCAL $REMOTE $MERGED -c '$wincmd w' -c 'wincmd J' -- cgit