Skip to content

Instantly share code, notes, and snippets.

@kimizuy
kimizuy / install.sh
Created February 14, 2026 05:58
Dotfiles bootstrap entrypoint for a fresh Mac
#!/bin/bash
# Dotfiles bootstrap entrypoint — designed to be hosted on a public Gist:
# curl -fsSL https://gist.githubusercontent.com/kimizuy/b5c1a148b44f3ca52b6791c8f5b99079/raw/install.sh | bash
# The repository is private, so git clone will prompt for GitHub credentials.
set -euo pipefail
REPO_URL="https://github.com/kimizuy/dotfiles.git"
DOTFILES_DIR="$HOME/Documents/dev/dotfiles"