From eaebac49df9c76aad5643005045d59e82e1f882e Mon Sep 17 00:00:00 2001 From: bartal laearsson Date: Mon, 29 Jun 2026 13:16:03 +0100 Subject: [PATCH] reintroduce gitconfig --- git/.gitconfig | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 git/.gitconfig diff --git a/git/.gitconfig b/git/.gitconfig new file mode 100644 index 0000000..f76d2a5 --- /dev/null +++ b/git/.gitconfig @@ -0,0 +1,26 @@ +[user] + name = Bartal Laearsson + 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 +