Skip to content

Instantly share code, notes, and snippets.

View ramgeart's full-sized avatar
🇺🇾
Libertad o Muerte

Ramgeart ramgeart

🇺🇾
Libertad o Muerte
View GitHub Profile
@ramgeart
ramgeart / bootstrap.sh
Last active November 28, 2025 21:26
Public bootstrap
#!/usr/bin/env bash
set -euo pipefail
# =======================
# Lectura desde el TTY
# =======================
# Abrimos un file descriptor (3) leyendo desde el TTY, así aunque el script
# venga por un pipe (curl | bash), las lecturas interactivas van al teclado.
if [ -r /dev/tty ]; then
@ramgeart
ramgeart / README.md
Last active August 15, 2025 03:02
ramgeart/zkrun

zkHardening.sh

This repository contains a 100% userspace script to set up Homebrew on a Linux environment, tap the zk-armor/homebrew-tap, and install custom formulas — without requiring root, system services, or touching /etc.

Usage

To run the script and install gemini-box into /content/ (e.g., Google Colab):

curl -sSL https://is.gd/zkLaunch | bash -s -- --formulas gemini-box --brew-path /content/