Skip to content

Instantly share code, notes, and snippets.

@jmaskell
Last active December 6, 2022 11:53
Show Gist options
  • Save jmaskell/e65198d6b97e3db8a26f66a4465b68a9 to your computer and use it in GitHub Desktop.
Save jmaskell/e65198d6b97e3db8a26f66a4465b68a9 to your computer and use it in GitHub Desktop.
#!/bin/sh
# Install Command Line Tools
xcode-select --install
# Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Mac App Store command line
brew install mas
mas signin james@jamesmaskell.co.uk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment