Skip to content

Instantly share code, notes, and snippets.

View JunseokH's full-sized avatar

Junseok Hyun JunseokH

View GitHub Profile
#!/usr/bin/env bash
# Bootstrap script for fresh macOS setup with chezmoi dotfiles
# Usage: curl -fsSL https://gist.githubusercontent.com/.../bootstrap.sh | bash
set -euo pipefail
echo "🚀 Starting dotfiles bootstrap..."
# 1. Install Homebrew if not present
if ! command -v brew &>/dev/null; then