-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgitconfig
More file actions
52 lines (50 loc) · 1.04 KB
/
gitconfig
File metadata and controls
52 lines (50 loc) · 1.04 KB
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
[user]
name = David Dunn
email = 26876072+doubledup@users.noreply.github.com
[core]
editor = nvim
pager = delta
ignorecase = true
excludesfile = ~/.gitignore
[color]
ui = auto
[commit]
gpgsign = true
[diff]
algorithm = histogram
colorMoved = default
[diff "lockb"]
textconv = bun
binary = true
[init]
defaultBranch = main
[interactive]
diffFilter = delta --color-only
[merge]
conflictstyle = diff3
[pull]
ff = only
[delta]
hyperlinks = true
light = false
line-numbers = true
navigate = true
paging = always
syntax-theme = tokyo-night-moon
minus-style = syntax "#4b2a3d"
minus-non-emph-style = syntax "#4b2a3d"
minus-emph-style = syntax "#6b2e43"
minus-empty-line-marker-style = syntax "#4b2a3d"
line-numbers-minus-style = "#e26a75"
plus-style = syntax "#2a4556"
plus-non-emph-style = syntax "#2a4556"
plus-emph-style = syntax "#305f6f"
plus-empty-line-marker-style = syntax "#2a4556"
line-numbers-plus-style = "#b8db87"
line-numbers-zero-style = "#3b4261"
[ghq]
root = ~/code/src
[github]
user = doubledup
[rerere]
enabled = true