Skip to content

Instantly share code, notes, and snippets.

@arnested
Last active January 9, 2026 13:49
Show Gist options
  • Select an option

  • Save arnested/33f62bb63309ae18a93fb5d1bb6a809e to your computer and use it in GitHub Desktop.

Select an option

Save arnested/33f62bb63309ae18a93fb5d1bb6a809e to your computer and use it in GitHub Desktop.
brew "curl"
brew "gh"
brew "git"
brew "jq"
brew "mkcert"
brew "nss"
brew "yq"
cask "1password-cli"
cask "orbstack"
tap "platformsh/tap"
brew "platformsh/tap/platformsh-cli"
brew "platformsh/tap/upsun-cli"
tap "go-task/tap"
brew "go-task/tap/go-task"
puts "run: `mkcert -install`"
puts "run: `op signin`"
puts "run: `gh auth login`"
puts "create a GitHub Personal Access Token with scope 'read:packages' - visit https://github.com/settings/tokens/new?description=Docker+GHCR+login&scopes=read:packages"
puts "run: `echo $GH_TOKEN | docker login --username $(gh api user --jq .login) --password-stdin`"
@arnested
Copy link
Author

arnested commented Jan 9, 2026

curl -sSL https://gist.github.com/arnested/33f62bb63309ae18a93fb5d1bb6a809e/raw | brew bundle --file=-

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment