We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 284dba6 commit 783ba4eCopy full SHA for 783ba4e
1 file changed
profile/installer/apps-config.json
@@ -400,6 +400,12 @@
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
}
410
],
411
"winget": [
@@ -773,6 +779,13 @@
773
779
"command": "brew install zellij",
774
780
"supportOs": ["macOS", "linux"],
775
781
"tag": ["linuxserver"]
782
783
784
785
786
787
+ "command": "brew install llmfit",
788
+ "supportOs": ["macOS", "linux"]
776
789
777
790
778
791
"npm": [
0 commit comments