-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
41 lines (37 loc) · 862 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
[init]
defaultBranch = main
[core]
editor = nvim
pager = delta
[user]
name = Clarence
email = [email protected]
signingkey = BDD2A96380230561!
[commit]
gpgsign = true
[color]
ui = true
[interactive]
diffFilter = delta --color-only
[delta]
line-numbers = true
line-numbers-left-format = │{nm:^4}
line-numbers-right-format = │{np:^4}│
syntax-theme = Monokai Extended
tabs = 2
word-diff-regex = .
[merge]
tool = nvimdiff
[diff]
tool = nvimdiff
colorMoved = default
[url "ssh://[email protected]/"]
insteadOf = https://github.com/
[credential "https://github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[sendemail]
sendmailCmd = /usr/bin/msmtp