-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
44 lines (34 loc) · 881 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
32
33
34
35
36
37
38
39
40
41
42
43
44
[user]
name = Adrià Arcarons
email = [email protected]
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFL58zYj014IBKZBde1lqwK0mY3okM8x9wV2FFdICHHJ
[include]
path = .git_aliases
path = .gitconfig.local
[core]
pager = delta
editor = code --wait
excludesfile = ~/.gitignore_global
[interactive]
diffFilter = delta --color-only
[delta]
features = line-numbers decorations
whitespace-error-style = 22 reverse
[delta "decorations"]
commit-decoration-style = bold yellow box ul
file-style = bold yellow ul
file-decoration-style = none
[merge]
conflictstyle = diff3
[diff]
colorMoved = default
[url "[email protected]:"]
insteadOf = https://github.com/
[log]
date = iso-local
[gpg]
format = ssh
[gpg "ssh"]
program = /Applications/1Password.app/Contents/MacOS/op-ssh-sign
[commit]
gpgsign = true