Last active
January 9, 2026 13:49
-
-
Save arnested/33f62bb63309ae18a93fb5d1bb6a809e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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`" |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
curl -sSL https://gist.github.com/arnested/33f62bb63309ae18a93fb5d1bb6a809e/raw | brew bundle --file=-