summaryrefslogtreecommitdiff
path: root/.config/git/config
blob: df73400ca28b99c2cf53a1e8cfaae4bc3b248e23 (plain)
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
[core]
	pager = delta

[user]
	email = sam@samnystrom.dev
	name = Sam Nystrom

[init]
	defaultBranch = main

[interactive]
	diffFilter = delta --color-only

[merge]
	conflictstyle = diff3

[diff]
	colorMoved = default

[sendemail]
	smtpserver = smtp.migadu.com
	smtpuser = sam@samnystrom.dev
	smtpencryption = ssl
	smtpserverport = 465
	annotate = yes
	verify = off

[credential]
	helper = himitsu

[delta]
	navigate = true
	side-by-side = true
	line-numbers = true
	features = catppuccin-macchiato

[delta "catppuccin-macchiato"]
	dark = true
	minus-emph-style = normal "#a55e69" # 70% of red
	minus-style = normal "#5e353b" # 40% of red
	plus-emph-style = normal "#6a8c5f"
	plus-style = normal "#41563a"
	line-numbers-zero-style = "#939ab7"
	line-numbers-minus-style = "#ed8796"
	line-numbers-plus-style = "#a6da95"
	syntax-theme = catppuccin-macchiato