Downloads
Useful scripts, tools, and resources for developers.
WSL2 & VS Code Automation Scripts
Complete automation scripts for setting up a professional development environment on Windows with WSL2 and VS Code.
Available Downloads:
- setup-wsl2.ps1 - Main WSL2 setup script
- install-dev-tools.sh - Development tools installation
- configure-zsh.sh - Zsh configuration with Oh My Zsh
- setup-vscode.ps1 - VS Code setup and extensions
- README.md - Complete setup guide
Quick Start:
- Download all scripts to a folder on your Windows machine
- Open PowerShell as Administrator
- Run:
.\setup-wsl2.ps1
- Follow the prompts for a complete setup
What’s Included:
- ✅ WSL2 installation and configuration
- ✅ Ubuntu 22.04 LTS setup
- ✅ Git, Node.js, Python, Docker
- ✅ Zsh with Oh My Zsh and plugins
- ✅ VS Code with WSL extensions
- ✅ SSH key generation and GitHub setup
Coming Soon
- Docker development environment scripts
- React/Next.js project templates
- Python data science setup automation
- Kubernetes local development tools
All scripts are provided as-is. Please review before running and adjust for your specific needs.