chore: Add gitconfig files for Linux and macOS
This commit is contained in:
parent
87a3ce4289
commit
2e33e48af9
14
config/gitconfig.linux
Normal file
14
config/gitconfig.linux
Normal file
@ -0,0 +1,14 @@
|
||||
[user]
|
||||
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM+sKpcREOUjwMMSzEWAso6830wbOi8kUxqpuXWw5gHr
|
||||
email = menno@vleeuwen.me
|
||||
name = Menno van Leeuwen
|
||||
|
||||
[gpg]
|
||||
format = ssh
|
||||
|
||||
[gpg "ssh"]
|
||||
program = "/opt/1Password/op-ssh-sign"
|
||||
|
||||
[commit]
|
||||
gpgsign = true
|
||||
|
14
config/gitconfig.macos
Normal file
14
config/gitconfig.macos
Normal file
@ -0,0 +1,14 @@
|
||||
[user]
|
||||
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM+sKpcREOUjwMMSzEWAso6830wbOi8kUxqpuXWw5gHr
|
||||
email = menno@vleeuwen.me
|
||||
name = Menno van Leeuwen
|
||||
|
||||
[gpg]
|
||||
format = ssh
|
||||
|
||||
[gpg "ssh"]
|
||||
program = /Applications/1Password.app/Contents/MacOS/op-ssh-sign
|
||||
|
||||
[commit]
|
||||
gpgsign = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user