Skip to content

Instantly share code, notes, and snippets.

View MrDevBot's full-sized avatar
⌨️
Constructing Additional Pylons

MrDevBot

⌨️
Constructing Additional Pylons
View GitHub Profile
@MrDevBot
MrDevBot / setup.sh
Created August 16, 2025 04:53
.NET environment setup script on Google Jules
#!/bin/bash
set -e
DOTNET_VERSION="8.0"
APP_DIR="/app"
GLOBAL_TOOLS=(
"dotnet-ef"
"dotnet-aspnet-codegenerator"
"dotnet-dev-certs"
)