Skip to content

Instantly share code, notes, and snippets.

View odin16's full-sized avatar

José Ángel Bermúdez odin16

View GitHub Profile
@odin16
odin16 / bootstrap-entry.sh
Last active April 16, 2026 00:12
vor bootstrap entrypoint for clean machine setup
#!/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