Skip to content

Instantly share code, notes, and snippets.

@willianfalbo
Last active February 26, 2023 06:43
Show Gist options
  • Save willianfalbo/bab3703f011449e95d9b554b8319c6d3 to your computer and use it in GitHub Desktop.
Save willianfalbo/bab3703f011449e95d9b554b8319c6d3 to your computer and use it in GitHub Desktop.
Homebrew Apps - Essentials for reset factory on MacOS

Homebrew Apps

Essentials apps after reset factory on MacOS

Requirements

  • Install NVM before running the scripts below.

NVM is a node version manager

# to install formulae

brew install \
aws-sam-cli \
awscli \
yarn \
# to install cask

brew install --cask \
beyond-compare \
brave-browser \
deezer \
docker \
iterm2 \
keybase \
postman \
rectangle \
slack \
visual-studio-code \
zoom \
# to list all installed apps
brew list -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment