1
0
mirror of https://github.com/tommytran732/macOS-Setup-Script synced 2024-09-19 15:44:43 -04:00
macOS-Setup-Script/install.sh

8 lines
329 B
Bash
Raw Normal View History

2022-04-09 05:50:09 -04:00
#!/bin/zsh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew tap homebrew/autoupdate
2022-04-09 20:57:32 -04:00
brew install gnupg pinentry-mac exiftools ykman
brew install --cask brave-browser docker gimp github google-drive ivpn lens lyx onlyoffice spotify visual-studio-code wireshark yubico-manager
2022-04-09 05:50:09 -04:00