-
Notifications
You must be signed in to change notification settings - Fork 0
/
dot_gitconfig.tmpl
110 lines (93 loc) · 2.43 KB
/
dot_gitconfig.tmpl
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
[init]
defaultBranch = main
[user]
name = "TJ Kolleh"
[core]
excludesfile = {{ .chezmoi.homeDir }}/.gitignore_global
autocrlf = input
pager = riff
editor = zed
[receive]
advertisePushOptions = true
[push]
default = simple
gpgSign = if-asked
[credential]
helper = osxkeychain
[commit]
gpgsign = true
[gpg]
## path created by `brew install --cask gpg-suite`
program = /usr/local/MacGPG2/bin/gpg2
[grep]
extendedRegexp = true
[http]
connecttimeout = 20
[interactive]
diffFilter = riff --color=on
[mergetool "vimdiff"]
prompt = true
cmd = lvim -d \"$LOCAL\" \"$REMOTE\" \"$MERGED\" -c '$wincmd w' -c 'wincmd J'
[difftool "vimdiff"]
prompt = true
cmd = lvim -d \"$LOCAL\" \"$REMOTE\"
[mergetool "idea"]
cmd = idea merge $(cd $(dirname "$LOCAL") && pwd)/$(basename "$LOCAL") $(cd $(dirname "$REMOTE") && pwd)/$(basename "$REMOTE") $(cd $(dirname "$BASE") && pwd)/$(basename "$BASE") $(cd $(dirname "$MERGED") && pwd)/$(basename "$MERGED")
trustExitCode = true
[difftool "idea"]
cmd = idea diff $(cd $(dirname "$LOCAL") && pwd)/$(basename "$LOCAL") $(cd $(dirname "$REMOTE") && pwd)/$(basename "$REMOTE")
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[merge]
tool = idea
guitool = idea
conflictstyle = diff3
[diff]
tool = idea
guitool = idea
colorMoved = default
[machete "github"]
annotateWithUrls = true
[color]
branch = auto
diff = true
status = always
ui = true
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[delta]
navigate = true
line-numbers = true
side-by-side = true
features = unobtrusive-line-numbers decorations
whitespace-error-style = 22 reverse
[delta "interactive"]
keep-plus-minus-markers = false
[delta "unobtrusive-line-numbers"]
line-numbers = true
line-numbers-minus-style = "#444444"
line-numbers-zero-style = "#444444"
line-numbers-plus-style = "#444444"
line-numbers-left-format = "{nm:>4}┊"
line-numbers-right-format = "{np:>4}│"
line-numbers-left-style = blue
line-numbers-right-style = blue
[delta "decorations"]
commit-decoration-style = bold yellow box ul
file-style = bold yellow ul
file-decoration-style = none
hunk-header-decoration-style = yellow box