The general configuration of my development environment and many other general computer things.

Update gitconfig to sign using 1Password stored SSH key

dekker.one 7f5831f3 8a61e973

verified
+5 -1
+5 -1
dot_gitconfig private_dot_gitconfig
··· 18 18 [user] 19 19 name = Jip J. Dekker 20 20 email = jip@dekker.one 21 - signingkey = 517DF4A00618C9C3 21 + signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMCC0liW47USr/Ic1rJ52V4eE07y42VG9Ols1zYBrPlc 22 22 [pull] 23 23 ff = only 24 24 [init] 25 25 defaultBranch = develop 26 + [gpg] 27 + format = ssh 28 + [gpg "ssh"] 29 + program = /Applications/1Password.app/Contents/MacOS/op-ssh-sign