-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitconfig
48 lines (39 loc) · 832 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
45
46
47
48
[user]
name = dcho
email = [email protected]
[core]
editor = nvim
pager = delta
[init]
defaultBranch = main
[pull]
ff = only
[merge]
ff = only
conflictStyle = zdiff3
tool = nvimdiff
[diff]
colorMoved = default
submodule = log
tool = nvimdiff
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true
zero-style = normal
minus-style = "#ff7b72"
minus-non-emph-style = "#ff7b72"
minus-emph-style = reverse "#d5867f"
plus-style = "#3fb950"
plus-non-emph-style = "#3fb950"
plus-emph-style = reverse "#45aa50"
line-numbers-minus-style = "#ff7b72"
line-numbers-plus-style = "#3fb950"
file-style = blue
file-decoration-style = omit
hunk-header-style = line-number
hunk-header-decoration-style = blue
[url "[email protected]:"]
insteadOf = "https://github.com/"
[includeIf "gitdir:~/cm/"]
path = ~/dotfiles/cm/gitconfig