summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <56338480+adastx@users.noreply.github.com>2022-05-30 21:38:22 +0200
committerAdam <56338480+adastx@users.noreply.github.com>2022-05-31 00:41:34 +0200
commit7bb4eb499bcdca01f9db2155055d500c7033e3db (patch)
treeb6dd2aabeb0d6d95ac1c267e02f6a16b25e13c27
parentf6357885cdf0af4b2592713bcbfb3f1abe1760a7 (diff)
Added gitconfig (delta)
-rw-r--r--.config/git/config21
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