We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f4456 commit ec75ff5Copy full SHA for ec75ff5
.gitconfig.base
@@ -4,7 +4,7 @@
4
#
5
[core]
6
editor = nvim
7
- pager = less -FRX
+ pager = delta
8
excludesfile = ~/.gitignore
9
[gist]
10
private = yes
@@ -24,6 +24,12 @@
24
enabled = true
25
[stash]
26
showStat = true
27
+[interactive]
28
+ diffFilter = delta --color-only
29
+[delta]
30
+ navigate = true
31
+ line-numbers = true
32
+ side-by-side = true
33
[difftool]
34
prompt = false
35
[merge]
@@ -89,11 +95,6 @@
89
95
status = auto
90
96
branch = auto
91
97
ui = auto
92
-[color "diff"]
93
- meta = blue
94
- frag = black
- old = red
- new = green
98
[color "status"]
99
added = green
100
changed = yellow
homebrew.txt
@@ -4,6 +4,7 @@ eza
fswatch
fzf
git
+git-delta
jq
neovim
pv
0 commit comments