Skip to content

Commit 73501a0

Browse files
committed
feat(installer): 添加 llmfit 工具配置
在 scoop 和 brew 包管理器中添加 llmfit 命令行工具的安装配置,并设置 skipInstall 标记。
1 parent b54dd43 commit 73501a0

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

profile/installer/apps-config.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,13 @@
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",
409+
"skipInstall": true
403410
}
404411
],
405412
"winget": [
@@ -773,6 +780,14 @@
773780
"command": "brew install zellij",
774781
"supportOs": ["macOS", "linux"],
775782
"tag": ["linuxserver"]
783+
},
784+
{
785+
"name": "llmfit",
786+
"cliName": "llmfit",
787+
"description": "llmfit 命令行工具",
788+
"command": "brew install llmfit",
789+
"supportOs": ["linux", "macOS"],
790+
"skipInstall": true
776791
}
777792
],
778793
"npm": [

0 commit comments

Comments
 (0)