Skip to content

Commit 783ba4e

Browse files
committed
feat(profile): 添加 llmfit 命令行工具支持
- 在 apps-config.json 中为 scoop 添加 llmfit 工具配置 - 在 apps-config.json 中为 brew 添加 llmfit 工具配置 - 支持 macOS 和 linux 平台
1 parent 284dba6 commit 783ba4e

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

profile/installer/apps-config.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,12 @@
400400
"cliName": "rclone",
401401
"description": "命令行云存储管理工具",
402402
"command": "scoop install rclone"
403+
},
404+
{
405+
"name": "llmfit",
406+
"cliName": "llmfit",
407+
"description": "llmfit 命令行工具",
408+
"command": "scoop install llmfit"
403409
}
404410
],
405411
"winget": [
@@ -773,6 +779,13 @@
773779
"command": "brew install zellij",
774780
"supportOs": ["macOS", "linux"],
775781
"tag": ["linuxserver"]
782+
},
783+
{
784+
"name": "llmfit",
785+
"cliName": "llmfit",
786+
"description": "llmfit 命令行工具",
787+
"command": "brew install llmfit",
788+
"supportOs": ["macOS", "linux"]
776789
}
777790
],
778791
"npm": [

0 commit comments

Comments
 (0)