This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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: |