-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1password: Add GPG SSH signing program for macOS
- Loading branch information
1 parent
2ab456c
commit 4cf210f
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,7 @@ | |
# Sign all commits | ||
[commit] | ||
gpgsign=true | ||
|
||
# macOS-specific settings | ||
[includeIf "gitdir:/Users/"] | ||
path = op.mac |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |