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
| # bootstrap.ps1 — восстанавливает всю среду Claude Code на новом компе | |
| # | |
| # ИСПОЛЬЗОВАНИЕ (PowerShell от администратора): | |
| # $env:GH_TOKEN = "ghp_ВАШ_ТОКЕН" | |
| # irm 'https://gist.githubusercontent.com/DimonProgrammer/cacf350475a5f24a27e00630af7eb1ea/raw/bootstrap.ps1' | iex | |
| # | |
| # Что делает за ~2 минуты: | |
| # - Устанавливает GitHub CLI | |
| # - Создаёт ~/.claude/hooks/ и скачивает хуки из приватного Gist | |
| # - Записывает settings.json (MCPs + хуки) |