-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot_gitconfig
More file actions
43 lines (36 loc) · 947 Bytes
/
Copy pathdot_gitconfig
File metadata and controls
43 lines (36 loc) · 947 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[include]
path = ~/.config/delta/themes.gitconfig
[user]
email = wolffreije@innius.com
name = Wolf
[core]
pager = delta
[interactive]
diffFilter = delta --color-only
[delta]
; features = "tangara-chilensis"
features = "mellow-barbet"
navigate = true # use n and N to move between diff sections
dark = true # or light = true, or omit for auto-detection
side-by-side = false
minus-style = "syntax #2d1010"
plus-style = "syntax #122b11"
plus-emph-style = "syntax #084604"
minus-emph-style = "syntax #5a0000"
line-numbers-left-style = gray
line-numbers-right-style = gray
hunk-header-decoration-style = "#949494" ul
hunk-header-file-style = "#949494"
hunk-header-style = "#949494"
[delta "colors-feature"]
syntax-theme = kanagawa
[merge]
conflictstyle = zdiff3
[diff]
tool = nvimdiff
[init]
defaultBranch = main
[pull]
rebase = true
[pager]
diff = diffnav