summaryrefslogtreecommitdiffstats
path: root/.gitconfig##h.maus
diff options
context:
space:
mode:
authorYigit Sever2022-04-13 09:45:39 +0300
committerYigit Sever2022-04-13 09:45:39 +0300
commit3bbb8308d6bac2472d2de540be1bdece3d3d480c (patch)
tree79fefc9413dd7249ffffefad3e7bfd99415283de /.gitconfig##h.maus
parent9a0e0ba1a7f2632a8af595af1fb464bcefdc8220 (diff)
downloaddotfiles-3bbb8308d6bac2472d2de540be1bdece3d3d480c.tar.gz
dotfiles-3bbb8308d6bac2472d2de540be1bdece3d3d480c.tar.bz2
dotfiles-3bbb8308d6bac2472d2de540be1bdece3d3d480c.zip
git: gitconfig parity
Diffstat (limited to '.gitconfig##h.maus')
-rw-r--r--.gitconfig##h.maus20
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitconfig##h.maus b/.gitconfig##h.maus
index 75f6615..9334767 100644
--- a/.gitconfig##h.maus
+++ b/.gitconfig##h.maus
@@ -53,3 +53,23 @@
53 cmd = difft "$LOCAL" "$REMOTE" 53 cmd = difft "$LOCAL" "$REMOTE"
54[pager] 54[pager]
55 difftool = true 55 difftool = true
56 diff = delta
57 log = delta
58 reflog = delta
59 show = delta
60[interactive]
61 diffFilter = delta --color-only
62[delta]
63 features = line-numbers decorations side-by-side
64 plus-style = syntax "#003800"
65 minus-style = syntax "#3f0001"
66[delta "decorations"]
67 commit-decoration-style = bold yellow box ul
68 file-style = bold yellow ul
69 file-decoration-style = none
70 hunk-header-decoration-style = cyan box ul
71[delta "line-numbers"]
72 line-numbers-left-style = cyan
73 line-numbers-right-style = cyan
74 line-numbers-minus-style = 124
75 line-numbers-plus-style = 28