Private
Public Access
1
0

fix: replace claude setup symlinks with files

This commit is contained in:
2025-12-26 15:32:05 +08:00
parent 096437cc8d
commit d8440a1ccf
11 changed files with 1931 additions and 203 deletions

View File

@@ -28,13 +28,13 @@ xcodecli-shells/
| Gemini CLI | `~/.gemini/.env` | ENV 文件 | `x-goog-api-key` |
| Codex | `~/.codex/config.toml` + `auth.json` | TOML + JSON | `Authorization: Bearer` |
## 统一启动器 (setup.ps1)
## 统一启动器 (setup.ps1 / setup.sh)
Windows 专用的一站式安装配置工具:
跨平台一站式安装配置工具:
- 检测 Node.js/Bun 包管理器,缺失时引导安装 Bun
- 检测 Node.js 环境,缺失时使用 fnm 安装
- 显示三个工具的安装状态
- 自动安装缺失的工具 (`npm install -g``bun add -g`)
- 自动安装缺失的工具 (`npm install -g`)
- 下载并执行对应工具的配置脚本
```powershell