# Awesome Claude Code Config — Interactive Installer > awesome-claude-code-config ships an interactive installer for Claude Code rules, workflows, and integrations, plus flags for non-interactive installs. ## Install Save in your project root: ## Quick Use ```bash bash <(curl -fsSL https://raw.githubusercontent.com/Mizoreww/awesome-claude-code-config/main/install.sh) ``` ## Intro Install a curated Claude Code setup (rules, workflows, integrations) via a two-level selector, so you can standardize behavior across machines without manual copying. **Best for:** People who want a repeatable Claude Code baseline across projects and machines, with an installer and sensible defaults **Works with:** macOS/Linux install.sh and Windows PowerShell install.ps1; optional non-interactive `--all` installs (per README) **Setup time:** 8–20 minutes ### Key facts (verified) - README documents flags like `--all`, `--dry-run`, `--uninstall`, and `--version` (PowerShell variants included). - README shows a two-level selector UI with groups (Core, Language Rules, Review, Workflow, Integrations, etc.). - Integrations listed in README include GitHub MCP, Playwright MCP, and Context7 (via selection groups). - GitHub: 230 stars · 29 forks; pushed 2026-04-20 (GitHub API verified). ## Main A safe way to adopt a “mega config” repo: 1. Run it with `--dry-run` first to see exactly what it will place and where. 2. Install only the groups you need (e.g., Core + Review + one integration) and leave everything else off. 3. Treat config updates like dependency updates: review the changelog, then re-run the installer. 4. Keep project-specific rules in-project; keep global rules truly global. You get the most value when you keep the setup small but consistent across your machines. ### FAQ **Q: Can I install everything at once?** A: Yes. The README says `--all` installs everything non-interactively. **Q: Is there a Windows installer?** A: Yes. The README includes a PowerShell install command via `install.ps1`. **Q: How do I uninstall?** A: The README mentions an `--uninstall` flag (and PowerShell variant) for removal. ## Source & Thanks > Source: https://github.com/Mizoreww/awesome-claude-code-config > License: MIT > GitHub stars: 230 · forks: 29 --- ## 快速使用 ```bash bash <(curl -fsSL https://raw.githubusercontent.com/Mizoreww/awesome-claude-code-config/main/install.sh) ``` ## 简介 用两层交互式选择器安装一套精选的 Claude Code 配置(规则/工作流/集成),减少手工拷贝,便于多机器标准化。 **最适合:** 希望把 Claude Code 的“基线配置”做成可复用安装流程,并能在多项目/多机器复刻的人 **适配:** README 提供 macOS/Linux 的 install.sh 与 Windows PowerShell 的 install.ps1;支持 `--all` 等非交互安装参数 **配置时间:** 8–20 分钟 ### 关键事实(已验证) - README 写明支持 `--all` / `--dry-run` / `--uninstall` / `--version` 等参数(PowerShell 也有对应参数)。 - README 展示两层交互式选择器:按 Core/Language/Review/Workflow/Integrations 等分组安装。 - README 的 Integrations 组包含 GitHub、Playwright、Context7 等集成项(按选择安装)。 - GitHub:230 stars · 29 forks;最近更新 2026-04-20(GitHub API 验证)。 ## 正文 更安全地使用“超大配置仓库”的方式: 1. 先用 `--dry-run` 看清楚它会写哪些文件、写到哪里。 2. 只装你需要的分组(例如 Core + Review + 1 个集成),其余保持关闭。 3. 把配置更新当作依赖更新:先看 changelog,再重新运行安装器。 4. 项目级规则放在项目里;全局规则保持真正通用。 把安装内容做小,但跨机器保持一致,价值最大。 ### FAQ **能一次全装吗?** 答:可以。README 写明 `--all` 可跳过菜单、非交互安装全部。 **Windows 支持吗?** 答:支持。README 提供 PowerShell 的安装命令(`install.ps1`)。 **怎么卸载?** 答:README 提到可用 `--uninstall` 参数(PowerShell 也有对应参数)。 ## 来源与感谢 > Source: https://github.com/Mizoreww/awesome-claude-code-config > License: MIT > GitHub stars: 230 · forks: 29 --- Source: https://tokrepo.com/en/workflows/awesome-claude-code-config-interactive-installer Author: Prompt Lab