Skip to content

Instantly share code, notes, and snippets.

@Sandbed
Sandbed / bootstrap.sh
Created October 8, 2025 15:29
Universal script installer for my private/public repositories
#!/usr/bin/env bash
#
# bootstrap.sh — universal installer for private/public repos
# Auto-detects main setup script and runs interactively.
#
set -euo pipefail
# ==============================
# Default settings