dotfiles/git/config

28 lines
546 B
Text
Executable file

[user]
name = Michael Bradley
email = michaelmbrad@gmail.com
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAVoIshBPg9X4mVzqEx75qXJiVoNC9mbj0bOAMq5ZUIw
[init]
defaultBranch = main
[pull]
rebase = true
[push]
autoSetupRemote = true
[commit]
gpgsign = true
[gpg]
format = ssh
[gpg "ssh"]
program = /opt/1Password/op-ssh-sign
allowedSignersFile = ~/.ssh/allowed_signers
[credential "https://github.com"]
helper = !/usr/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper = !/usr/bin/gh auth git-credential