-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
31 lines (28 loc) · 867 Bytes
/
.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
[core]
pager = delta
[delta]
features = solarized-dark
paging = never
[delta "solarized-dark"]
dark = true
file-style = omit
hunk-header-decoration-style = omit
hunk-header-file-style = magenta
hunk-header-line-number-style = dim magenta
hunk-header-style = file line-number syntax
line-numbers = false
minus-emph-style = bold red 52
minus-empty-line-marker-style = normal "#3f0001"
; minus-non-emph-style = dim red
; minus-style = bold red
whitespace-error-style = reverse red
zero-style = dim syntax
syntax-theme = Solarized (dark)
[includeIf "gitdir:~/Code/"]
path = ~/Code/.gitconfig-personal
[includeIf "gitdir:~/git-pkg/"]
path = ~/Code/.gitconfig-personal
[includeIf "gitdir:~/Nabeel/"]
path = ~/Nabeel/.gitconfig-nabeel
[includeIf "gitdir:~/Hamza/"]
path = ~/Hamza/.gitconfig-hamza