From 1e52cbdf8490be7df60564addd0e3f1e8250707c Mon Sep 17 00:00:00 2001 From: bartal laearsson Date: Mon, 29 Jun 2026 13:05:00 +0100 Subject: [PATCH] rm git --- git/.gitconfig | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 git/.gitconfig diff --git a/git/.gitconfig b/git/.gitconfig deleted file mode 100644 index 92abd47..0000000 --- a/git/.gitconfig +++ /dev/null @@ -1,26 +0,0 @@ -[user] - name = Bartal Læarsson - email = bartal@flo.fo - signingkey = ~/.ssh/id_ed25519.pub -[commit] - gpgsign = true -[tag] - gpgsign = true -[gpg] - format = ssh -[gpg "ssh"] - allowedSignersFile = ~/.ssh/allowed_signers -[core] - editor = nvim - autocrlf = input -[pull] - rebase = true -[push] - autoSetupRemote = true -[init] - defaultBranch = main -[merge] - conflictstyle = diff3 -[diff] - colorMoved = zebra -