chore: update git config

This commit is contained in:
Nickolaj Jepsen 2025-03-07 08:25:46 +01:00
parent d98d10c957
commit 9548960d6a
2 changed files with 36 additions and 43 deletions

View file

@ -9,9 +9,19 @@
enable = true;
userEmail = "nickolaj@fireproof.website";
userName = "Nickolaj Jepsen";
extraConfig = {
gpg.format = "ssh";
gpg.ssh.program = "op-ssh-sign";
push.autosetupremote = "true";
pull.rebase = "true";
rerere.enabled = true;
init.defaultBranch = "main";
};
delta.enable = true;
includes = [
{
condition = "hasconfig:remote.*.url:*Digital-Udvikling*";
condition = "hasconfig:remote.*.url:git@github.com:Digital-Udvikling/**";
contents = {
user.email = "nij@ao.dk";
};