dotfiles/git/gitconfig
2024-08-08 23:29:58 -04:00

42 lines
603 B
Plaintext

[user]
email = james@greenfiling.com
name = James Patrick
signingkey = ~/.ssh/github.com.pub
[gpg]
format = ssh
[gpg "ssh"]
program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
[commit]
gpgsign = true
[core]
editor = vim
excludesfile = ~/.gitignore_global
[github]
user = jamesepatrick
[alias]
root = rev-parse --show-toplevel
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[init]
defaultBranch = develop
[gpg]
format = ssh
[commit]
gpgsign = true
[push]
autoSetupRemote = true