mirror of
https://github.com/tommytran732/macOS-Setup-Script
synced 2024-11-09 12:21:33 -05:00
8 lines
308 B
Bash
8 lines
308 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
|
|
|