start using delta for git stuff :333

This commit is contained in:
jacekpoz 2024-02-17 16:14:55 +01:00
parent bd9ccfa601
commit 0be0c8500e
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

@ -43,10 +43,14 @@ in {
includes = [
{
contents = {
core.editor = cfg.editor;
core = {
editor = cfg.editor;
pager = "${pkgs.delta}/bin/delta";
};
init.defaultBranch = cfg.defaultBranch;
push.autoSetupRemote = true;
commit.verbose = true;
interactive.diffFilter = "${pkgs.delta}/bin/delta --color-only";
};
}
];