-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdot_gitconfig
82 lines (82 loc) · 2.33 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
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
[credential "https://nycu.cirda.linebot.gitea.jp.ngrok.io"]
provider = generic
[credential "http://nycu.cirda.linebot.gitea.jp.ngrok.io"]
provider = generic
[credential "https://nycu.linebot.testing.jp.ngrok.io"]
provider = generic
[credential "http://nycu.linebot.testing.jp.ngrok.io"]
provider = generic
[user]
email = [email protected]
name = seanmamasde
signingKey = 33B6221DE360CA513108815D6AE8A1AA7DE51123
[core]
autocrlf = true
longpaths = true
pager = delta --side-by-side --syntax-theme=tokyonight_night
editor = vim
[merge]
conflictstyle = diff3
[init]
defaultBranch = main
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[interactive]
diffFilter = delta
[difftool]
prompt = false
[diff]
tool = delta
colorMoved = default
[delta]
pager = ov
features = side-by-side decorations unobtrusive-line-numbers
[delta "defaults"]
navigate = true
paging = always
line-numbers = true
whitespace-error-style = 22 reverse
line-numbers-left-format = " "
line-numbers-right-format = "│ "
[delta "interactive"]
keep-plus-minus-markers = false
; [delta "decorations"]
; commit-decoration-style = blue ol
; commit-style = raw
; file-style = omit
; hunk-header-decoration-style = blue box
; hunk-header-file-style = red
; hunk-header-line-number-style = "#067a00"
; hunk-header-style = file line-number syntax
[delta "unobtrusive-line-numbers"]
line-numbers = true
line-numbers-minus-style = red
line-numbers-plus-style = green
line-numbers-left-format = "{nm:>4}┊"
line-numbers-right-format = "{np:>4}┊"
line-numbers-left-style = red
line-numbers-right-style = green
[delta "decorations"]
commit-style = yellow
commit-decoration-style = yellow box ul
file-style = bold cyan ul
file-decoration-style = none
hunk-header-style = bold blue
hunk-header-decoration-style = blue box
[credential "helperselector"]
selected = manager
[alias]
lg = "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
[commit]
gpgSign = true
[gpg]
program = C:\\Users\\seanma\\scoop\\apps\\gpg4win\\current\\GnuPG\\bin\\gpg.exe
[gitbutler]
aiModelProvider = openai
[credential]
helper = store
[tag]
forceSignAnnotated = true