mirror of
https://github.com/tommytran732/macOS-Setup-Script
synced 2024-11-09 20:31:33 -05:00
8 lines
300 B
Bash
8 lines
300 B
Bash
#!/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
|