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