-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
44 lines (40 loc) · 863 Bytes
/
Copy path.gitconfig
File metadata and controls
44 lines (40 loc) · 863 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]
email = cody.moore101@gmail.com
name = Cody Moore
signingkey = D2C55D09CBE8CD59
[commit]
gpgsign = true
[gpg]
program = /opt/homebrew/bin/gpg
[pull]
rebase = false
[core]
editor = vim
excludesFile = ~/.gitignore
pager = delta
[interactive]
diffFilter = delta --color-only
[include]
path = ~/.config/delta/catppuccin.gitconfig
[delta]
navigate = true
light = false
side-by-side = true
line-numbers = true
features = catppuccin-mocha
[diff]
colorMoved = default
[push]
autoSetupRemote = true
default = current
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[credential "https://github.com"]
helper =
helper = !/opt/homebrew/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/opt/homebrew/bin/gh auth git-credential