mirror of https://git.jolheiser.com/dotnix.git
parent
7705d8be72
commit
062300c001
|
@ -29,10 +29,10 @@ in {
|
||||||
tui = "!lazygit";
|
tui = "!lazygit";
|
||||||
};
|
};
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
ignores = [".idea/" "result"];
|
ignores = [".idea/" "result" "node_modules" "ve"];
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
merge.conflictstyle = "diff3";
|
merge.conflictstyle = "zdiff3";
|
||||||
diff.colorMoved = "default";
|
diff.colorMoved = "default";
|
||||||
core.editor = "hx";
|
core.editor = "hx";
|
||||||
push = {
|
push = {
|
||||||
|
@ -40,7 +40,10 @@ in {
|
||||||
default = "current";
|
default = "current";
|
||||||
gpgSign = "if-asked";
|
gpgSign = "if-asked";
|
||||||
};
|
};
|
||||||
|
rerere.enabled = true;
|
||||||
pull.rebase = true;
|
pull.rebase = true;
|
||||||
|
diff.algorithm = "histogram";
|
||||||
|
merge.tool = "hx";
|
||||||
url =
|
url =
|
||||||
{
|
{
|
||||||
"ugit@git.jolheiser.com:".insteadOf = "ssh:jo:";
|
"ugit@git.jolheiser.com:".insteadOf = "ssh:jo:";
|
||||||
|
|
Loading…
Reference in New Issue