diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-05-30 21:38:22 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-05-31 00:41:34 +0200 |
commit | 7bb4eb499bcdca01f9db2155055d500c7033e3db (patch) | |
tree | b6dd2aabeb0d6d95ac1c267e02f6a16b25e13c27 /.config | |
parent | f6357885cdf0af4b2592713bcbfb3f1abe1760a7 (diff) |
Added gitconfig (delta)
Diffstat (limited to '.config')
-rw-r--r-- | .config/git/config | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config new file mode 100644 index 0000000..50006b9 --- /dev/null +++ b/.config/git/config @@ -0,0 +1,21 @@ +[user] + name = Adam + email = adam@adast.xyz + +[core] + pager = delta + +[interactive] + diffFilter = delta --color-only + +[delta] + syntax-theme = TwoDark + commit-decoration-style = yellow ol + hunk-header-decoration-style = magenta box + hunk-header-style = syntax file line-number + file-style = omit + plus-style = syntax "#003800" + minus-style = syntax "#3f0001" + +[merge] + conflictstyle = diff3 |