diff --git a/homes/modules/git.nix b/homes/modules/git.nix index 57b1e8f..3e0cfb0 100755 --- a/homes/modules/git.nix +++ b/homes/modules/git.nix @@ -9,6 +9,18 @@ color.ui = true; core.editor = "hx"; github.user = "emileclarkb"; + + init = { + defaultBranch = "main"; + }; + url = { + "https://github.com/" = { + insteadOf = [ + "gh:" + "github:" + ]; + }; + }; }; userName = "Emile Clark-Boman";