Skip to content

Instantly share code, notes, and snippets.

@anschmieg
anschmieg / deploy.sh
Last active January 13, 2026 08:04
🚀 One-Command Dotfiles Deployment Script
#!/bin/bash
# 🚀 One-Command Dotfiles Deployment Script
#
# Quick deployment: bash <(curl -sfL https://nothing.pink/zsh)
#
# (Note: 'curl | bash' works for automated/apply-only runs, but breaks interactive prompts)
# bash deploy.sh --apply-only
# Or set the environment: APPLY_ONLY=1 bash deploy.sh
#
# What this script does: