Skip to content

Instantly share code, notes, and snippets.

View erosika's full-sized avatar

Eri Barrett erosika

View GitHub Profile
@erosika
erosika / thinkpad-setup.sh
Last active February 15, 2026 14:57
ThinkPad Ubuntu post-install setup script
#!/bin/bash
set -euo pipefail
echo "=== ThinkPad Post-Install Setup ==="
echo ""
# System update
echo "[1/14] Updating system..."
sudo apt update && sudo apt upgrade -y
@erosika
erosika / deploy-droplet.py
Created February 12, 2026 19:14
Deploy nanobot-honcho (feat/honcho-longterm-memory) -- droplet + sprite
# /// script
# requires-python = ">=3.10"
# ///
"""Deploy nanobot-honcho (feat/honcho-longterm-memory) to a DigitalOcean Droplet.
Honcho is optional on this branch. Script installs it and enables via config.
Usage:
uv run scratch/droplets/deploy-upstream.py
"""