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 | |
| # ============================================================================ | |
| # bootstrap.sh (PUBLIC — contains no secrets) | |
| # | |
| # One-liner first-run for a fresh Mac. Gets just enough in place (git, gh, | |
| # GitHub login) to pull the PRIVATE menubar-launcher repo, then hands off to | |
| # its full new-mac-setup.sh which does everything else. | |
| # | |
| # bash <(curl -fsSL https://gist.githubusercontent.com/heckems/.../bootstrap.sh) | |
| # ============================================================================ |