Compare commits

...

2 commits

Author SHA1 Message Date
02f3751cda git: set init.defaultBranch to main 2023-07-14 21:38:25 -07:00
8e8eb439c8 apps: install mpv 2023-07-14 21:33:13 -07:00
2 changed files with 3 additions and 0 deletions

View file

@ -33,6 +33,7 @@
# Applications
anki-bin
mpv # required for audio
discord
gimp
krita

View file

@ -7,5 +7,7 @@
userName = "ElnuDev";
userEmail = "elnu@elnu.com";
extraConfig.pull.rebase = true;
# Switch defaultBranch from master to main
extraConfig.init.defaultBranch = "main";
};
}