git config

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-03-06 17:15:28 +01:00
parent 381bf6c429
commit b6bc254c02

View file

@ -43,15 +43,14 @@ in
}; };
alias = { alias = {
co = "checkout"; co = "checkout";
ci = "commit"; ci = "commit --signoff";
}; };
pull.ff = "only"; pull.ff = "only";
core.pager = "${pkgs.delta}/bin/delta"; core.pager = "${pkgs.delta}/bin/delta";
delta = { delta = {
features = "side-by-side line-numbers decorations"; features = "decorations" ;
syntax-theme = "DarkNeon"; syntax-theme = "Dracula";
light = "false"; light = "false";
line-numbers = "false";
navigate = "true"; navigate = "true";
}; };
interactive.diffFilter = "${pkgs.delta}/bin/delta --color-only"; interactive.diffFilter = "${pkgs.delta}/bin/delta --color-only";