From a88e218e24d6fa79071e84bd4593e4050dd7ec23 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 5 Jun 2022 06:15:00 -0400 Subject: [PATCH] Update install.sh --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 74da9ba..82b6bfb 100644 --- a/install.sh +++ b/install.sh @@ -5,3 +5,5 @@ defaults write com.apple.mail EnableBundles -bool true brew tap homebrew/autoupdate brew install free-gpgmail brew install --cask brave-browser docker github protonvpn lens visual-studio-code +echo "gpgconf --launch gpg-agent" >> ~/.zshrc +echo "export SSH_AUTH_SOCK=$HOME/.gnupg/S.gpg-agent.ssh" >> ~/.zshrc