Set default git branch to main. Add unzip to env

This commit is contained in:
Jacob Hinkle 2022-11-14 08:58:12 -05:00
parent 1379582e62
commit 1677e4e9eb

View File

@ -55,6 +55,7 @@
spotify-tui
sxiv
#texlive.combined.scheme-full
unzip
xclip
xpra
zathura
@ -169,6 +170,7 @@
};
extraConfig = {
color.ui = "auto";
init.defaultBranch = "main";
push.default = "simple";
pull.rebase = false;
branch.autosetupmerge = true;