Skip to content

Commit

Permalink
feat: configure gpg agent
Browse files Browse the repository at this point in the history
  • Loading branch information
tagoro9 committed Apr 10, 2021
1 parent ba93c0f commit 4e1af03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ brew "reattach-to-user-namespace"
brew "awscli"
brew "cli53"
brew "gh"
brew "pinentry-mac"
brew "gnupg"
tap "homebrew/cask-fonts"
cask "font-hack-nerd-font"
cask "hyper"
Expand Down
1 change: 1 addition & 0 deletions gpg-agent.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pinentry-program /usr/local/bin/pinentry-mac
1 change: 1 addition & 0 deletions install.conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
~/.bashrc:
~/.gitconfig:
~/.gitignore_global:
~/.gnupg/gpg-agent.conf: gpg-agent.conf
~/.hyper.js:
~/.p10k.zsh:
~/.shell:
Expand Down

0 comments on commit 4e1af03

Please sign in to comment.