#!/bin/zsh defaults write com.apple.mail EnableBundles -bool true /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 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