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