Skip to content

Commit a4af8a3

Browse files
committed
feat(installer): 添加 dua-cli 工具到应用配置
添加 dua-cli(磁盘占用分析工具)到 apps-config.json 文件,支持在 Linux 和 macOS 系统上通过 Homebrew 安装。
1 parent 3f1e4b9 commit a4af8a3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

profile/installer/apps-config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,14 @@
721721
"supportOs": ["linux", "macOS"],
722722
"tag": ["linuxserver"]
723723
},
724+
{
725+
"name": "dua-cli",
726+
"cliName": "dua",
727+
"description": "磁盘占用情况分析工具 (dua)",
728+
"command": "brew install dua-cli",
729+
"supportOs": ["linux", "macOS"],
730+
"tag": ["linuxserver"]
731+
},
724732
{
725733
"name": "lazygit",
726734
"cliName": "lazygit",

0 commit comments

Comments
 (0)