mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-07-08 18:55:00 +02:00
update git config
This commit is contained in:
parent
043a43d8aa
commit
a6b2a1b01e
2 changed files with 6 additions and 0 deletions
|
@ -88,6 +88,7 @@ in
|
|||
(lib.hiPrio phpPackages.composer)
|
||||
|
||||
rns
|
||||
btop
|
||||
]
|
||||
++ (
|
||||
if (!config.machine.isGeneric) then
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
lfs.enable = true;
|
||||
userEmail = "thilo.billerbeck@officerent.de";
|
||||
userName = "Thilo Billerbeck";
|
||||
signing.key = "E07F80D7D80BE9D364F2029A77B4535A08DCD774";
|
||||
signing.signByDefault = true;
|
||||
extraConfig = {
|
||||
color = {
|
||||
diff = "auto";
|
||||
|
@ -32,6 +34,9 @@
|
|||
branch = {
|
||||
autosetuprebase = "always";
|
||||
};
|
||||
init = {
|
||||
defaultBranch = "main";
|
||||
};
|
||||
};
|
||||
};
|
||||
programs.git-credential-oauth = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue