mirror of
https://github.com/tommytran732/macOS-Setup-Script
synced 2024-11-09 12:21:33 -05:00
7 lines
322 B
Bash
7 lines
322 B
Bash
#!/bin/zsh
|
|
|
|
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
|
brew tap homebrew/autoupdate
|
|
brew install gnupg pinentry-mac exiftools
|
|
brew install --cask brave-browser docker gimp github google-drive ivpn lens lyx onlyoffice spotify visual-studio-code wireshark yubico-manager
|