-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot_gitconfig.tmpl
More file actions
44 lines (33 loc) · 829 Bytes
/
dot_gitconfig.tmpl
File metadata and controls
44 lines (33 loc) · 829 Bytes
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
[user]
name = {{ (bitwardenSecrets "eba3198d-e71b-4ade-9a63-b0cd00275aac").value }}
email = {{ (bitwardenSecrets "ccfacb4b-44ba-46df-b76f-b0cd0027b0f6").value }}
[core]
pager = delta
[interactive]
diffFilter = delta --color-only
[include]
path = ~/.config/delta/themes.gitconfig
[delta]
features = kanagawa
hyperlinks = true
line-numbers = true
side-by-side = true
navigate = true # use n and N to move between diff sections
dark = true # or light = true, or omit for auto-detection
[merge]
conflictstyle = zdiff3
[diff]
colorMoved = default
[color]
ui = true
[url "ssh://git@github.com"]
insteadOf = https://github.com
[init]
defaultBranch = main
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
[pull]
rebase = true