Skip to content

Instantly share code, notes, and snippets.

@joemaller
Last active October 21, 2023 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joemaller/55aca1bcffe44558cf93527153d6896a to your computer and use it in GitHub Desktop.
Save joemaller/55aca1bcffe44558cf93527153d6896a to your computer and use it in GitHub Desktop.
Helper script for installing apps on a new Mac
#!/usr/bin/env bash
# Download this file then run:
# % chmod a+x setup.sh
# % ./setup.sh
# Or run directly from this Gist:
# % curl https://gist.githubusercontent.com/joemaller/55aca1bcffe44558cf93527153d6896a/raw/setup.sh | bash
# Install Homebrew first https://brew.sh
set -u
# Install apps from homebrew
brew install \
adobe-creative-cloud \
asana \
figma \
microsoft-office \
slack \
transmit \
visual-studio-code \
zoom
# Install macOS AppStore apps
# Disabled 2023-10-21, App Store apps should be pushed from Apple Business Essentials now
# Requires `brew install mas` to re-enable
# Keynote
# mas install 409183694
# Pages
# mas install 409201541
# Numbers
# mas install 409203825
# Harvest
# mas install 506189836
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment