From 47c237e60c562ed752bab0e9e183b77ef44e59e8 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 5 Jun 2022 06:17:27 -0400 Subject: [PATCH] Update install.sh --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 82b6bfb..12b3fbc 100644 --- a/install.sh +++ b/install.sh @@ -7,3 +7,6 @@ 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 + +#Comment this line out if on Intel Mac +echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> ~/.zshrc