From 0ae7d03fa0b57d999b345d55fa5b9df672f46da4 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 18 Jun 2022 00:08:33 -0400 Subject: [PATCH] Update install.sh --- install.sh | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/install.sh b/install.sh index 37ffcf7..f49b146 100644 --- a/install.sh +++ b/install.sh @@ -1,13 +1,12 @@ #!/bin/zsh defaults write com.apple.mail EnableBundles -bool true +echo "export HOMEBREW_NO_ANALYTICS=1" >> ~/.zshrc +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 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" brew tap homebrew/autoupdate brew install free-gpgmail android-platform-tools brew install --cask brave-browser docker element google-drive github ivpn lens visual-studio-code yubikey-manager -echo "export HOMEBREW_NO_ANALYTICS=1" >> ~/.zshrc -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