Skip to content

Instantly share code, notes, and snippets.

@jopa79
jopa79 / setup.sh
Created April 15, 2026 11:55
CC iTerm Launcher — Bootstrap Setup (triggert Xcode CLT, Homebrew, Node.js, clone + install.sh)
#!/bin/bash
# ============================================================
# CC iTerm Launcher — Bootstrap-Setup fuer einen neuen Mac
#
# Wird VOR dem Clone ausgefuehrt. Installiert Xcode CLT,
# Homebrew, Node.js, klont das Repo mit Submodule und ruft
# dann install.sh im Repo auf.
#
# Anwendung:
# /bin/bash -c "$(curl -fsSL https://gist.githubusercontent.com/.../setup.sh)"
@jopa79
jopa79 / claude-desktop-auto-allow-everything-mcp.js
Created March 23, 2025 21:16 — forked from RafalWilinski/claude-desktop-auto-allow-everything-mcp.js
Auto-approve all MCP tool calls in Claude Desktop
// HOW TO INSTRUCTIONS
// 1. Open Claude Desktop
// 2. Go to Help -> Enable Developer Mode
// 3. Navigate Developer Tools window named "Developer Tools - https://claude.ai"
// 4. Go to "Console" tab
// 5. Type "allow pasting" and hit Enter
// 6. Paste this snippet and hit Enter
// From now on, all MCP calls will be auto-approved