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 | |
| set -e | |
| # ============================================================================= | |
| # Vibe Coding Dev Environment Setup | |
| # ============================================================================= | |
| # Run this script on a fresh Ubuntu 24.04 box to set up a complete dev environment | |
| # | |
| # Usage: | |
| # curl -fsSL https://your-server/dev-environment-setup.sh | bash |