-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
73 lines (73 loc) · 2.43 KB
/
.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[user]
email = dommerc.pierre@gmail.com
name = pierre
[pull]
rebase = true
[init]
defaultBranch = main
[merge]
conflictstyle = diff3
[diff]
colorMoved = default
[core]
pager = delta
autocrlf = input
[interactive]
diffFilter = delta --color-only
[tig]
line-graphics = utf-8
tab-size = 4
truncation-delimiter = …
main-options = --abbrev-commit
main-view-date = custom,local=true,format=\"%a %d %b %y %H:%M\"
main-view-author = maxwidth=14
main-view-id = display=true
[tig "bind"]
generic = <Ctrl-k> move-half-page-up
generic = <Ctrl-j> move-half-page-down
[tig "color"]
cursor = white blue bold
title-focus = white default bold
title-focus = magenta default bold
title-blur = default default bold
id = yellow default
delimiter = 8 default
status = 8 default
[delta]
navigate = true
syntax-theme = Nord
minus-style = white "#713a3f"
minus-non-emph-style = white "#713a3f"
minus-emph-style = brightwhite red
minus-empty-line-marker-style = white "#713a3f"
plus-style = white "#4d5942"
plus-non-emph-style = white "#4d5942"
plus-emph-style = brightwhite "#54713b"
plus-empty-line-marker-style = white "#4d5942"
whitespace-error-style = white magenta
file-decoration-style = black ul bold
hunk-header-style = normal
hunk-header-decoration-style = black box bold
hunk-label = ""
file-added-label = ✓
file-modified-label = ~
file-removed-label = ✕
file-renamed-label = ⍨
file-copied-label = ≔
merge-conflict-begin-symbol = ▼
merge-conflict-end-symbol = ▲
right-arrow = →
wrap-right-symbol = ¬
wrap-left-symbol = ¬
line-numbers = true
max-line-length = 512
line-numbers-left-format = {nm:^4}╎
line-numbers-left-style = black
line-numbers-right-style = black
line-numbers-minus-style = red
line-numbers-zero-style = black
line-numbers-plus-style = green
merge-conflict-theirs-diff-header-decoration-style = black box
merge-conflict-ours-diff-header-decoration-style = black box
# transform the styles that git emits for color-moved sections
map-styles = bold purple => syntax "#4d3d4a", bold cyan => syntax "#2a3c41"