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 | |
| # ────────────────────────────────────────────────────────────── | |
| # Cursor Skills Sync — Bootstrap | |
| # ────────────────────────────────────────────────────────────── | |
| # This script is published as a PUBLIC GitHub Gist so that team | |
| # members can run it via a single curl command, even though the | |
| # main repo is private. | |
| # | |
| # What it does: | |
| # 1. Installs Homebrew, git, and the GitHub CLI (if missing) |