-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgitconfig
More file actions
58 lines (58 loc) · 1.33 KB
/
Copy pathgitconfig
File metadata and controls
58 lines (58 loc) · 1.33 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
53
54
55
56
57
58
[include]
path = ~/.gitconfig.local
[user]
name = Avi Romanoff
email = avi@magiccircle.studio
# signingkey set in ~/.gitconfig.local per machine
[push]
default = simple
[core]
excludesfile = ~/.gitignore_global
editor = nvim
pager = delta
[delta]
syntax-theme = Everblush
navigate = true
side-by-side = false
line-numbers = true
hyperlinks = true
file-style = bold yellow
file-decoration-style = none
file-modified-label = "M "
file-removed-label = "D "
file-added-label = "A "
file-renamed-label = "R "
hunk-header-style = omit
line-numbers-minus-style = red
line-numbers-plus-style = green
line-numbers-left-format = "{nm:>3} "
line-numbers-right-format = "{np:>3}│"
line-numbers-left-style = dim
line-numbers-right-style = dim
line-numbers-zero-style = dim
width = variable
minus-style = syntax "#2d1b1e"
minus-emph-style = syntax "#4a2428"
plus-style = syntax "#1b2d1e"
plus-emph-style = syntax "#244a28"
map-styles = bold purple => syntax "#2d1b2d", bold cyan => syntax "#1b2d2d"
[interactive]
diffFilter = delta --color-only
[pull]
rebase = true
[filter "lfs"]
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
[init]
defaultBranch = main
[gpg]
program = gpg
format = ssh
[commit]
gpgsign = true
[diff]
colorMoved = default
[rerere]
enabled = true