aboutsummaryrefslogtreecommitdiff
path: root/.gitconfig
blob: 9b8aa1d340b0d1807ac1890f604f2db49f25ec04 (plain) (blame)
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
[user]
	name = Luca Matei Pintilie
	signingKey = CA875B8CE4FF7C9F

[commit]
	gpgSign = true

[tag]
	gpgSign = true

[pull]
	rebase = false

[init]
	defaultBranch = master

[push]
	push.autoSetupRemote

[core]
	pager = delta

[interactive]
	diffFilter = delta --color-only

[delta]
	navigate = true	# use n and N to move between diff sections
	light = false	# set to true if you're in a terminal w/ a light background color (e.g. the default macOS terminal)

[merge]
	conflictstyle = diff3

[diff]
	colorMoved = default

[delta]
	features = decorations
	line-numbers = true
	syntax-theme = Dracula
	#side-by-side = true
	pager = less

[delta "interactive"]
	keep-plus-minus-markers = true

[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