fix: replace claude setup symlinks with files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user