-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitconfig
47 lines (35 loc) · 802 Bytes
/
.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
[user]
email = [email protected]
name = th4s
signingkey = 95989B3DE6520953
[core]
pager = delta
[interactive]
diffFilter = delta --color-only
[delta]
features = side-by-side line-numbers decorations
whitespace-error-style = 22 reverse
[delta "decorations"]
commit-decoration-style = bold cyan box ul
file-style = bold yellow
file-decoration-style = cyan box ul
hunk-header-style = omit
line-numbers-zero-style = yellow
[diff]
tool = nvimdiff
[difftool]
prompt = false
trustExitCode = true
[merge]
tool = nvimdiff
ff = false
commit = false
[mergetool]
prompt = false
trustExitCode = true
[pull]
ff = only
[init]
defaultBranch = main
[credential]
helper = /usr/lib/git-core/git-credential-libsecret