Update git config with default branch main

This commit is contained in:
Alexander Wainwright
2025-12-17 16:38:15 +10:00
parent c8027e8f82
commit 3cf0f456b7

View File

@@ -138,8 +138,15 @@
# basic configuration of git, please change to your own
programs.git = {
enable = true;
userName = "Alexander Wainwright";
userEmail = "code@figtree.dev";
settings = {
user = {
name = "Alexander Wainwright";
email = "code@figtree.dev";
};
init = {
defaultBranch = "main";
};
};
};
# starship - an customizable prompt for any shell