From 7bb4eb499bcdca01f9db2155055d500c7033e3db Mon Sep 17 00:00:00 2001 From: Adam <56338480+adastx@users.noreply.github.com> Date: Mon, 30 May 2022 21:38:22 +0200 Subject: Added gitconfig (delta) --- .config/git/config | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .config/git/config (limited to '.config/git') 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 -- cgit v1.2.3-70-g09d2