feat(macos): one-command new-Mac app setup via Brewfile + picker TUI#6
Conversation
Make setting up a fresh Mac a reviewable, reproducible, one-command flow. - config/apps.conf: single-source registry (method|id|category|tier|default|name|desc|auth) for GUI + App Store apps; official casks + mas only, no third-party taps - custom_bins/app-picker: gum toggle TUI → generates config/Brewfile (--defaults/--dry-run) - config/Brewfile: generated default selection - scripts/setup/auth-setup: post-install login checklist + spctl/codesign signature audit - install.sh: --apps component (bootstrap gum → picker → brew bundle); folds in Finicky. Replaces standalone 'finicky' install component in config.sh - scripts/setup/setup-login-items + config/login_items.conf: bootstrap-once, additive menu-bar login-item seeding (never fights manual System Settings changes) - macos_settings.sh: Dock autohide + instant-show + tilesize 48 - Harden curl|bash installers: prefer official brew formula for uv + rust (helpers.sh install_rust_toolchain), TLS-pinned fallback on Linux - Prune zerobrew (experimental component); cull iTerm colour schemes - supply-chain-security.md: GUI Apps & Brewfile + curl|bash policy sections - CLAUDE.md: 'Install/manage Mac apps' quick-reference row Package names verified against formulae.brew.sh. Runtime (gum TUI, osascript login items, spctl audit) pending Mac verification. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Warning Review limit reached
More reviews will be available in 59 minutes and 42 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (17)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
🤖 Hi @yulonglin, I've received your request, and I'm working on it now! You can track my progress in the logs for more details. |
|
🤖 I'm sorry @yulonglin, but I was unable to process your request. Please see the logs for more details. |
Post-merge cleanup for PRs #5/#6: - README/CLAUDE.md: replace remaining 'Gemini CLI' mentions with the actual installed/updated set (Codex, OpenCode, Antigravity CLI) - docs/cross-tool-extensibility.md: repoint the now-deleted sync_claude_to_gemini.sh to sync_claude_to_antigravity.sh; note Gemini CLI retirement (2026-06-18) - app-picker: descriptions containing commas (e.g. Notion) broke gum --selected pre-selection; normalise commas in labels so the CSV is unambiguous Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Summary
Make setting up a fresh Mac a reviewable, reproducible, one-command flow: a registry of GUI + App Store apps → a gum toggle TUI → a committed Brewfile →
brew bundle, plus a post-install auth/signature checklist.Split out of #4 (part 2 of 2) — the low-risk "new-Mac setup hygiene" half.
Changes
config/apps.conf— single-source registry (method|id|category|tier|default|name|desc|auth); official casks +masonly, no third-party tapscustom_bins/app-picker— gum toggle TUI → generatesconfig/Brewfile(--defaults/--dry-run)config/Brewfile— generated default selection (committed)scripts/setup/auth-setup— post-install login checklist +spctl/codesignsignature/notarization auditinstall.sh— new--appscomponent (bootstrap gum → picker →brew bundle); folds in Finicky, replacing the standalonefinickyinstall componentscripts/setup/setup-login-items+config/login_items.conf— bootstrap-once, additive menu-bar login-item seeding (never fights manual System Settings changes)macos_settings.sh— Dock autohide + instant-show + tilesize 48uv+ Rust (helpers.shinstall_rust_toolchain), TLS-pinned fallback on Linuxsupply-chain-security.md: GUI Apps & Brewfile + curl|bash policy sections;CLAUDE.md: "Install/manage Mac apps" quick-ref rowplans/2026-06-16-mac-app-setup-brewfile.md: design docVerification
formulae.brew.sh.osascriptlogin-item creation,spctlaudit.Known issue (from review of #4, not yet fixed here)
app-picker's gum pre-selection is comma-joined while row labels contain commas (e.g. Notion's "Notes, docs, and wiki"), so some default toggles won't pre-select. Output parsing is fine. Worth fixing before relying on the TUI; the committed Brewfile is unaffected.Merge note
Shares 3 files with the AI-CLI-migration PR; one trivial "keep both" conflict in
supply-chain-security.mdif both merge.🤖 Generated with Claude Code