Install and configure delta
This commit is contained in:
parent
03e1bc1c75
commit
a78be6523e
|
@ -15,13 +15,25 @@
|
||||||
userName = fullname;
|
userName = fullname;
|
||||||
userEmail = "kiana.a.sheibani@gmail.com";
|
userEmail = "kiana.a.sheibani@gmail.com";
|
||||||
|
|
||||||
|
signing.key = "6CB106C25E86A9F7";
|
||||||
|
signing.signByDefault = true;
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
credential.helper = "store";
|
credential.helper = "store";
|
||||||
git.allowForcePush = true;
|
git.allowForcePush = true;
|
||||||
|
push.followTags = true;
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
|
};
|
||||||
|
|
||||||
user.signingkey = "6CB106C25E86A9F7";
|
delta.enable = true;
|
||||||
commit.gpgsign = true;
|
delta.options = {
|
||||||
|
features = "decorations";
|
||||||
|
relative-paths = true;
|
||||||
|
|
||||||
|
decorations = {
|
||||||
|
file-style = "yellow";
|
||||||
|
hunk-header-style = "line-number syntax";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue