-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitconfig
74 lines (58 loc) · 1.24 KB
/
.gitconfig
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[user]
email = hatuyen2699@gmail.com
name = tknightz
[core]
pager = delta
[color]
ui = true
[color "diff-highlight"]
oldNormal = red bold
oldHighlight = red bold 52
newNormal = green bold
newHighlight = green bold 22
[color "diff"]
meta = 11
frag = magenta bold
commit = yellow bold
old = red bold
new = green bold
whitespace = red reverse
[init]
defaultBranch = master
[stash]
showStat = true
showPatch = true
[filesystem "N/A|15.0.2|/dev/nvme0n1p7"]
timestampResolution = 4001 nanoseconds
minRacyThreshold = 5022 microseconds
[merge]
tool = vimdiff
conflictstyle = diff3
[mergetool]
prompt = true
[mergetool "vimdiff"]
cmd = nvim -d $LOCAL $REMOTE $MERGED -c '$wincmd w' -c 'wincmd J'
[difftool]
prompt = false
[diff]
tool = vimdiff
colorMoved = default
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true
line-numbers = true
features = decorations
theme = base16
[delta "interactive"]
keep-plus-minus-markers = false
[delta "decorations"]
commit-decoration-style = blue ol
commit-style = raw
file-style = omit
hunk-header-decoration-style = blue box
hunk-header-file-style = red
hunk-header-line-number-style = "#067a00"
hunk-header-style = file line-number syntax
[push]
default = current