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
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| # Self-contained bootstrap entrypoint for a brand-new machine. | |
| # Handles dependency chain: Homebrew -> 1Password -> SSH auth -> vor clone -> bootstrap. | |
| # | |
| # Usage: | |
| # ./bootstrap-entry.sh | |
| # ./bootstrap-entry.sh --apply | |
| # ./bootstrap-entry.sh --target-dir ~/hub/personal/vor |