We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54dd43 commit 73501a0Copy full SHA for 73501a0
1 file changed
profile/installer/apps-config.json
@@ -400,6 +400,13 @@
400
"cliName": "rclone",
401
"description": "命令行云存储管理工具",
402
"command": "scoop install rclone"
403
+ },
404
+ {
405
+ "name": "llmfit",
406
+ "cliName": "llmfit",
407
+ "description": "llmfit 命令行工具",
408
+ "command": "scoop install llmfit",
409
+ "skipInstall": true
410
}
411
],
412
"winget": [
@@ -773,6 +780,14 @@
773
780
"command": "brew install zellij",
774
781
"supportOs": ["macOS", "linux"],
775
782
"tag": ["linuxserver"]
783
784
785
786
787
788
+ "command": "brew install llmfit",
789
+ "supportOs": ["linux", "macOS"],
790
776
791
777
792
778
793
"npm": [
0 commit comments