Skip to content

Instantly share code, notes, and snippets.

View koen-postal's full-sized avatar

koen-postal

  • Joined Mar 28, 2026
View GitHub Profile
@koen-postal
koen-postal / setup.sh
Last active April 2, 2026 13:34
🧠 Postal Brain — One-click setup script
#!/bin/bash
# ================================================
# 🧠 Postal Brain — One-Click Setup
# ================================================
# Run this script and everything gets set up for you.
# Just paste this in Terminal:
# curl -sL https://raw.githubusercontent.com/postal-ac/postal-brain/main/setup.sh | bash
# ================================================