-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
65 lines (62 loc) · 1.42 KB
/
gitconfig
File metadata and controls
65 lines (62 loc) · 1.42 KB
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
[user]
name = kevin.houtz
email = {{gitEmail}}
signingKey = {{gitSigningKey}}
[gpg]
format = ssh
[pull]
ff = only
; rebase = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[filesystem "JetBrains s.r.o|1.8.0_242-release|/dev/sda4"]
timestampResolution = 1001 microseconds
minRacyThreshold = 5012 microseconds
[pager]
diff = delta
show = delta
blame = delta
[interactive]
diffFilter = delta --color-only
[delta]
plus-style = "syntax #012800"
minus-style = "syntax #340001"
syntax-theme = Dracula
navigate = true
features = decorations
line-numbers = true
side-by-side = false
hyperlinks = true
[delta "decorations"]
commit-decoration-style = bold yellow box ul
file-style = bold yellow ul
file-decoration-style = blue ol
hunk-header-style = omit
[diff]
colorMoved = default
[merge]
conflictstyle = diff3
tool = nvim
[mergetool]
prompt = false
keepBackup = false
[interactive]
diffFilter = delta --color-only
[init]
defaultBranch = master
[fetch]
prune = true
[core]
excludesfile = ~/.gitignore
[mergetool "nvim"]
cmd = "nvim -c 'DiffviewOpen'"
[credential]
helper =
helper = !aws --profile ${AWS_PROFILE} codecommit credential-helper $@
UseHttpPath = true
; [credential "https://github.com"]
; helper = osxkeychain
# vim:ft=gitconfig