Added default git config to be awesomer

This commit is contained in:
Nathan Anderson 2024-03-20 10:15:11 -06:00
parent 351fa72260
commit 1e02aaf73d

View File

@ -142,6 +142,14 @@
enable = true;
userEmail = email;
userName = fullName;
extraConfig = {
init = { defaultBranch = "main"; };
pull = { ff = "only"; };
merge = { conflictStyle="zdiff3"; };
push = { autoSetupRemote="true"; };
};
delta.enable = true;
};
programs = {