dotfiles
1

Configure Feed

Select the types of activity you want to include in your feed.

Add 1password git commit signing

Juan Nunez-Iglesias (Jun 27, 2026, 8:00 PM +0200) 10cffb2d c8f068b9

+13
+13
git/gitconfig
··· 15 15 helper = libsecret 16 16 [url "git@codeberg.org:"] 17 17 insteadOf = https://codeberg.org/ 18 + 19 + [user] 20 + signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICq5XRz4EFyJpZ9aETQz3K1sC7ChIPWny1wjdXvHa2Aw 21 + 22 + [gpg] 23 + format = ssh 24 + 25 + [gpg "ssh"] 26 + program = "/opt/1Password/op-ssh-sign" 27 + 28 + [commit] 29 + gpgsign = true 30 +