-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitconfig
114 lines (95 loc) · 2.72 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# -*- eval: (rainbow-mode); -*-
[user]
name = mustaqim
email = git@mustaqim.ml
signingkey = 72692FB2
[init]
defaultBranch = main
[core]
editor = emacsclient
pager = delta
# pager = dsf | less --tabs=4 -RFX
autocrlf = input
# safecrlf = true
[diff]
colorMoved = default
[blame]
coloring = highlightRecent
[merge]
conflictstyle = diff3
[interactive]
diffFilter = delta --color-only
[include]
path = /home/mustaqim/.config/delta/themes.gitconfig
[delta]
features = zebra-dark decorations
syntax-theme = Tomorrow-Night
commit-style = bold yellow
file-style = bright-black
# minus-style = syntax 52
# minus-emph-style = syntax 9
# minus-non-emph-style = bold red
# minus-empty-line-marker-style = normal "#3f0001"
# plus-style = syntax 22
# plus-emph-style = syntax 28
# plus-non-emph-style = bold green
# plus-empty-line-marker-style = normal "#002800"
# map-styles = \
# bold purple => syntax magenta, \
# bold blue => syntax blue, \
# bold cyan => syntax cyan, \
# bold yellow => syntax yellow
# zero-style = syntax
whitespace-error-style = reverse red
# grep-file-style = blue
# grep-line-number-style = blue
# blame-palette = #000000 #222222 #444444
right-arrow = to
# side-by-side = true
navigate = true
[delta "decorations"]
commit-decoration-style = magenta box
file-decoration-style = 19 ol ul
hunk-header-decoration-style = blue box
[delta "line-numbers"]
line-numbers-left-style = 19
line-numbers-right-style = 19
line-numbers-minus-style = red
line-numbers-plus-style = green
# [diff-so-fancy]
# markEmptyLines = true
# changeHunkIndicators = true
# stripLeadingSymbols = true
# useUnicodeRuler = true
# [color]
# ui = true
# [color "diff-highlight"]
# oldNormal = red bold
# oldHighlight = red bold 52
# newNormal = green bold
# newHighlight = green bold 22
# [color "diff"]
# meta = 11
# frag = magenta bold
# func = blue
# commit = yellow bold
# old = red bold
# new = green bold
# whitespace = red reverse
[url "git@github.com:"]
insteadOf = "gh:"
[url "https://gist.github.com/"]
insteadOf = "gist:"
[url "git@gitlab.com:"]
insteadOf = "gl:"
[url "https://gitlab.com/snippets/"]
insteadOf = "snippet:"
[url "git://git.suckless.org/"]
insteadOf = "suckless:"
# [alias]
# exclude = !sh -c 'echo "$1" >> .git/info/exclude' -
[gpg]
program = gpg2
[commit]
gpgsign = true
verbose = true