feat: configure git
parent
74e1115543
commit
12d630705c
|
@ -29,6 +29,14 @@
|
|||
userName = "Michael Mandl";
|
||||
userEmail = "mandlm@molez.net";
|
||||
extraConfig = {
|
||||
user.private.name = "Michael Mandl";
|
||||
user.private.email = "mandlm@molez.net";
|
||||
user.private.signingkey = "4AA25D647AA54CC7";
|
||||
|
||||
user.swp.name = "Michael Mandl";
|
||||
user.swp.email = "mandl@vi-bim.de";
|
||||
user.swp.signingkey = "4E60F44227F611B4";
|
||||
|
||||
core.editor = "nvim";
|
||||
fetch.writeCommitGraph = true;
|
||||
format.pretty = "format:%C(yellow)%h %Cblue%>(12)%ad %C(red)%G? %Cgreen%<(7,trunc)%aN%Cred%d %Creset%s";
|
||||
|
@ -39,6 +47,10 @@
|
|||
rerere.enabled = true;
|
||||
worktree.guessRemote = true;
|
||||
};
|
||||
|
||||
aliases = {
|
||||
identity = "! git config user.name \"$(git config user.$1.name)\"; git config user.email \"$(git config user.$1.email)\"; git config user.signingkey \"$(git config user.$1.signingkey)\"; :";
|
||||
};
|
||||
};
|
||||
|
||||
kitty = {
|
||||
|
|
Loading…
Reference in New Issue