Skip to content

Commit

Permalink
1password: Add GPG SSH signing program for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielsoldani committed Sep 29, 2023
1 parent 2ab456c commit 4cf210f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 1password/.config/git/op
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
# Sign all commits
[commit]
gpgsign=true

# macOS-specific settings
[includeIf "gitdir:/Users/"]
path = op.mac
5 changes: 5 additions & 0 deletions 1password/.config/git/op.mac
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# macOS-specific settings

# Use 1Password as SSH agent
[gpg "ssh"]
program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"

0 comments on commit 4cf210f

Please sign in to comment.