-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitconfig
43 lines (42 loc) · 933 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
[user]
email = [email protected]
name = Michon van Dooren
signingKey = 28094744BA81C6A9
[core]
excludesfile = ~/.gitignoreglobal
[color]
diff = auto
branch = auto
[commit]
gpgsign = true
[push]
default = simple
[include]
path = ~/.gitconfig_local
[pager]
diff = delta
log = delta
reflog = delta
show = delta
[interactive]
diffFilter = delta --color-only --features=interactive
[delta]
max-line-length = 1000000
syntax-theme = base16-256
features = line-numbers decorations
plus-style = green
plus-emph-style = black green
minus-style = red
minus-emph-style = black red
[delta "decorations"]
commit-decoration-style = bold yellow box ul
file-decoration-style = bold blue box
hunk-header-style = omit
[delta "line-numbers"]
line-numbers-minus-style = red
line-numbers-zero-style = dim
line-numbers-plus-style = green
line-numbers-left-style = blue
line-numbers-right-style = blue
[init]
defaultBranch = main