Git: update config
This commit is contained in:
parent
340bb92f25
commit
fd7740859a
1 changed files with 9 additions and 3 deletions
|
|
@ -100,12 +100,14 @@ in
|
|||
# };
|
||||
extraConfig = {
|
||||
"add.interactive".useBuiltin = false;
|
||||
credential.helper = "libsecret";
|
||||
branch.sort = "-committerdate";
|
||||
column.ui = "auto";
|
||||
commit.gpgSign = true;
|
||||
core = {
|
||||
editor = "hx";
|
||||
fsmonitor = true;
|
||||
};
|
||||
credential.helper = "libsecret";
|
||||
delta = {
|
||||
line-numbers = true;
|
||||
navigate = true;
|
||||
|
|
@ -113,6 +115,7 @@ in
|
|||
wrap-max-lines = "unlimited";
|
||||
};
|
||||
diff = {
|
||||
algorithm = "historgram";
|
||||
colorMoved = "default";
|
||||
guitool = "meld";
|
||||
tool = "meld";
|
||||
|
|
@ -124,12 +127,15 @@ in
|
|||
tool = "meld";
|
||||
};
|
||||
pull.rebase = true;
|
||||
rebase.autoStash = true;
|
||||
rebase.autoSquash = true;
|
||||
rebase = {
|
||||
autoStash = true;
|
||||
autoSquash = true;
|
||||
};
|
||||
rerere = {
|
||||
enabled = true;
|
||||
autoUpdate = true;
|
||||
};
|
||||
tag.sort = "version:refname";
|
||||
user.signingKey = "berto.f@protonmail.com";
|
||||
};
|
||||
lfs.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue