-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot_gitconfig
More file actions
34 lines (27 loc) · 760 Bytes
/
Copy pathdot_gitconfig
File metadata and controls
34 lines (27 loc) · 760 Bytes
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
[user]
name = vicrdguez
email = vicrerdgz@gmail.com
[credential]
helper =
helper = /usr/local/share/gcm-core/git-credential-manager
[credential "https://dev.azure.com"]
useHttpPath = true
[core]
pager = delta
[interactive]
diffFilter = delta --color-only --features=interactive
[delta]
line-numbers = true
# features = decorations
[delta "interactive"]
keep-plus-minus-markers = false
[delta "decorations"]
commit-decoration-style = blue ol
commit-style = raw
file-style = omit
hunk-header-decoration-style = blue box
hunk-header-file-style = red
hunk-header-line-number-style = "#a6e3a1"
hunk-header-style = file line-number syntax
minus-style = red bold ul "#f38ba8"
plus-style = "#a6e3a1"