Skip to content

Instantly share code, notes, and snippets.

View slai11's full-sized avatar
:octocat:
Focusing

Sylvester Chin slai11

:octocat:
Focusing
View GitHub Profile
@slai11
slai11 / prereq.sh
Created May 14, 2026 12:42
Fury prerequisites bootstrap for new MacBooks
#!/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