-
Notifications
You must be signed in to change notification settings - Fork 7
/
dot_gitconfig
42 lines (42 loc) · 1 KB
/
dot_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
# This is Git's per-user configuration file.
[core]
editor = nvim
pager = delta
[help]
autoCorrect = prompt
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[push]
default = current
[merge]
tool = nvim_mergetool
conflictstyle = diff3
[mergetool "nvim_mergetool"]
cmd = nvim -f -c "MergetoolStart" "$MERGED" "$BASE" "$LOCAL" "$REMOTE"
trustExitCode = true
[pull]
ff = only
rebase = false
[interactive]
diffFilter = delta --color-only --features=interactive
[diff]
colorMoved = default
[include]
path = ~/.gitconfig_themes
[delta]
features = fn-gruvbox
navigate = true # use n and N to move between diff sections
side-by-side = true
line-numbers = true
[delta "interactive"]
keep-plus-minus-markers = false
# Use ~/.gitconfig_local to provide username etc.
[include]
path = ~/.gitconfig_local
[diff "sopsdiffer"]
textconv = sops --decrypt
[url "ssh://[email protected]/"]
insteadOf = https://github.com/