Skip to content

Instantly share code, notes, and snippets.

@gabmontes
Created April 21, 2021 13:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gabmontes/2da800c43156c9b87ebeb3e292d4cc01 to your computer and use it in GitHub Desktop.
Save gabmontes/2da800c43156c9b87ebeb3e292d4cc01 to your computer and use it in GitHub Desktop.
Install many apps in a new Mac using a single script
#!/bin/sh
# Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
# Install all
brew cask install \
brave-browser \
docker \
gpg-suite-no-mail \
ledger-live \
libreoffice \
slack \
telegram
transmission \
unshaky \
visual-studio-code \
vlc \
brew install \
awscli \
awsebcli \
google-chrome
htop \
jq \
nvm \
postman \
robo-3t \
unrar \
# Install Node.js
nvm install 14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment