Skip to content

Instantly share code, notes, and snippets.

View rc-int's full-sized avatar

Kevin Laithwaite rc-int

View GitHub Profile
@rc-int
rc-int / dev-environment-setup.sh
Created January 13, 2026 13:04
Vibe Coding Dev Environment Setup for Ubuntu 24.04
#!/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