this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at a0f900f3b5b38cc47a804db12ec0bc5dcdb2869d 48 lines 1.1 kB view raw
1[user] 2 name = Seth Etter 3 email = mail@sethetter.com 4 signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL3jigIrPb+1u0V8pJk4m41hP/WBgAm7gei6Edyr9vca 5[core] 6 excludesFile = /Users/sethetter/.gitignore 7 pager = delta 8[interactive] 9 diffFilter = delta --color-only 10[delta] 11 #light = true 12[diff] 13 colorMoved = default 14[difftool] 15 prompt = false 16[merge] 17 conflictstyle = diff3 18 tool = vimdiff 19[mergetool] 20 prompt = true 21[mergetool "vimdiff"] 22 cmd = vim -d $LOCAL $REMOTE $MERGED -c '$wincmd w' -c 'wincmd J' 23[commit] 24 gpgsign = true 25[gpg] 26 format = ssh 27[gpg "ssh"] 28 program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign" 29[color] 30 ui = auto 31[github] 32 username = sethetter 33 user = sethetter 34[pull] 35 rebase = true 36[push] 37 default = simple 38 autoSetupRemote = true 39[init] 40 defaultBranch = main 41[branch] 42 autosetuprebase = always 43[includeIf "gitdir:/Users/sethetter/code/zapier/**"] 44 path = ~/code/zapier/.gitconfig 45[credential "https://github.com"] 46 helper = !/opt/homebrew/bin/gh auth git-credential 47[credential "https://gist.github.com"] 48 helper = !/opt/homebrew/bin/gh auth git-credential