general theme applying

This commit is contained in:
2024-11-04 14:26:00 +01:00
parent 720c05f9b0
commit 34e94621b8
7 changed files with 72 additions and 21 deletions

View File

@@ -8,6 +8,13 @@
extraConfig = {
init.defaultBranch = "main";
push.autoSetupRemote = true;
user.signingkey = "9745B9E27E2B1ABB";
commit.gpgsign = true;
push.enabled = true;
column.ui = "auto";
branch.sort = "-committerdate";
pull.rebase = "false";
rerere.enabled = true;
};
};
}