-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitconfig
50 lines (50 loc) · 861 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
49
50
[core]
editor = nvim
pager = delta
[user]
name = loqusion
email = [email protected]
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[interactive]
diffFilter = delta --color-only
[checkout]
workers = 0
[commit]
gpgSign = true
verbose = 1
[diff]
colorMoved = default
colorMovedWS = allow-indentation-change
tool = nvimdiff
[diff "lockb"]
textconv = bun
binary = true
[difftool "nvimdiff"]
cmd = "nvim -d \"$LOCAL\" \"$REMOTE\""
[fetch]
parallel = 0
[init]
defaultBranch = main
[merge]
conflictstyle = diff3
tool = nvimmerge
[mergetool "nvimmerge"]
cmd = nvim +DiffviewOpen
[pull]
rebase = true
ff = only
[push]
autoSetupRemote = true
[rebase]
autoSquash = true
[stash]
showIncludeUntracked = true
[status]
short = true
[delta]
navigate = true
light = false