mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-04 18:48:52 +00:00
27 lines
620 B
Plaintext
27 lines
620 B
Plaintext
# vim: ft=gitconfig sw=2 ts=2 et
|
|
[include]
|
|
path = ~/.dotfiles/config/git/shared
|
|
|
|
[gpg]
|
|
format = ssh
|
|
|
|
[user]
|
|
name = Ismo Vuorinen
|
|
email = ismo.vuorinen@svea.com
|
|
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMmEaS/pitd8TzLNaXf0ojTydEyFp2TWoDctuqTEF8Aw
|
|
|
|
[gpg "ssh"]
|
|
program = /Applications/1Password.app/Contents/MacOS/op-ssh-sign
|
|
allowedSignersFile = ~/.ssh/allowed_signers
|
|
|
|
[commit]
|
|
gpgsign = 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
|