Skip to content

Instantly share code, notes, and snippets.

@glennreyes
Last active December 29, 2020 20:01
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glennreyes/9f48774a6c74a8874de1e27ff74cc297 to your computer and use it in GitHub Desktop.
Save glennreyes/9f48774a6c74a8874de1e27ff74cc297 to your computer and use it in GitHub Desktop.
# Install Oh My Zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Install Homebrew packages
brew install git
brew install java
brew install mackup
brew install node
brew install nvm
brew install postgresql
brew install redis
brew install vim
brew install yarn
# Install Homebrew casks
brew install --cask 1password
brew install --cask ableton-live-suite
brew install --cask adobe-creative-cloud
brew install --cask android-studio
brew install --cask docker
brew install --cask dropbox
brew install --cask figma
brew install --cask google-chrome
brew install --cask google-drive-file-stream
brew install --cask gpg-suite
brew install --cask homebrew/cask-drivers/elgato-control-center
brew install --cask keybase
brew install --cask microsoft-office
brew install --cask native-access
brew install --cask notion
brew install --cask postman
brew install --cask react-native-debugger
brew install --cask skyfonts
brew install --cask slack
brew install --cask spotify
brew install --cask toggl-track
brew install --cask visual-studio-code
brew install --cask whatsapp
brew install --cask zoom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment