Skip to content

Instantly share code, notes, and snippets.

@dnorton
Last active December 30, 2021 15:28
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 dnorton/7b908ba66d7c747f94c5b2e1e8966860 to your computer and use it in GitHub Desktop.
Save dnorton/7b908ba66d7c747f94c5b2e1e8966860 to your computer and use it in GitHub Desktop.
brew packages I always install on a new machine
  • awscli
  • python3
  • jq
  • gh
  • node
  • pipx
#!/bin/bash
# Let's start by installing homebrew (https://brew.sh)
if ! command -v brew &> /dev/null
then
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
fi
brew install docker node awscli python php pipx gh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment