diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-03-15 21:41:58 +0100 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-03-15 22:20:01 +0100 |
| commit | e2582f8649e9e67f02210f659b69523c46003087 (patch) | |
| tree | d7e87b1993e543bcf83345bf584ce3706b3fd1f8 /gitconfig | |
| parent | 68fc4436c2565ff31f1499d868ac71bc560121ee (diff) | |
Simplify installation
Diffstat (limited to 'gitconfig')
| -rw-r--r-- | gitconfig | 36 |
1 files changed, 0 insertions, 36 deletions
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' |