This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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)" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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 |