-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
67 lines (63 loc) · 1.42 KB
/
.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[user]
name = Peder Korsveien
useConfigOnly = true
email = [email protected]
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ8gzEYF3BmEPTg0Luj/KKXlmpsZt1WUZqzFLXii64rh
[core]
editor = nvim
autocrlf = input
excludesFile = ~/.gitignore
[gpg]
format = ssh
[gpg "ssh"]
program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
[commit]
gpgsign = true
[color]
ui = true
[format]
pretty = format:%C(auto,yellow)%h %C(auto,blue)%>(12,trunc)%ad %C(auto,green)%<(14,trunc)%aN%C(auto,reset)%s%C(auto,red)% gD% D
[push]
default = simple
autoSetupRemote = true
[grep]
extendRegexp = true
lineNumber = true
[stash]
showPatch = true
[rebase]
autostash = true
[log]
decorate = full
[pull]
ff = only
[github]
user = korsveien
[init]
defaultBranch = main
[pager]
diff = delta
log = delta
reflog = delta
show = delta
[interactive]
diffFilter = delta --color-only
[delta]
features = calochortus-lyallii side-by-side line-numbers decorations
whitespace-error-style = 22 reverse
[delta "decorations"]
commit-decoration-style = bold yellow box ul
file-style = bold yellow ul
file-decoration-style = none
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
[difftool]
prompt = false
trustExitCode = true
[mergetool]
prompt = false
[gpg]
program = /opt/homebrew/bin/gpg