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
| #!/bin/bash | |
| # Fury prerequisites — for a brand-new MacBook BEFORE running scripts/setup.sh. | |
| # | |
| # What this does: | |
| # 1. Verifies the `claude` CLI is on PATH (Claude Code must already be installed) | |
| # 2. Installs Xcode Command Line Tools (provides git) | |
| # 3. Installs Homebrew | |
| # 4. Installs the GitHub CLI (gh) | |
| # 5. Authenticates to GitHub via `gh auth login` — generates SSH key, | |
| # uploads it to GitHub via OAuth, and configures git credentials |