Import git settings + default branch and pull with rebase
This commit is contained in:
parent
72dc013bea
commit
2970f2e398
2 changed files with 6 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ in
|
||||||
./alacritty.nix
|
./alacritty.nix
|
||||||
./amethyst.nix
|
./amethyst.nix
|
||||||
./core.nix
|
./core.nix
|
||||||
|
./git.nix
|
||||||
./starship.nix
|
./starship.nix
|
||||||
./zsh.nix
|
./zsh.nix
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -4,5 +4,10 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Tobias Ostner";
|
userName = "Tobias Ostner";
|
||||||
userEmail = "tobias.ostner@gmail.com";
|
userEmail = "tobias.ostner@gmail.com";
|
||||||
|
|
||||||
|
extraConfig = {
|
||||||
|
init.defaultBranch = "main";
|
||||||
|
pull.rebase = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue