Skip to content

Instantly share code, notes, and snippets.

View samuelfrcastro's full-sized avatar

samuelfrcastro

View GitHub Profile
@samuelfrcastro
samuelfrcastro / setup-new-mac.sh
Created May 11, 2026 19:56
Setup: OpenClaw + Claude Code (Samuel Castro)
#!/bin/bash
# ============================================================
# Setup script — Samuel Castro / OpenClaw + Claude Code
# Gerado em 2026-05-11 a partir da configuração do MBA M1
# Correr num terminal limpo no novo Mac:
# chmod +x setup-new-mac.sh && ./setup-new-mac.sh
# ============================================================
set -e
RED='\033[0;31m'; GREEN='\033[0;32m'; YELLOW='\033[1;33m'; NC='\033[0m'
@samuelfrcastro
samuelfrcastro / auto-approve.user.js
Created May 11, 2026 00:00
Auto-Approve Everything - Tampermonkey script
// ==UserScript==
// @name Auto-Approve Everything
// @match *://lovable.dev/*
// @match *://*.lovable.app/*
// @match *://claude.ai/*
// @match *://chat.openai.com/*
// @match *://chatgpt.com/*
// @run-at document-idle
// ==/UserScript==