Skip to content

Commit 906bcab

Browse files
committed
feat(installer): 添加多个常用工具的brew安装配置
1 parent 3f4ce57 commit 906bcab

1 file changed

Lines changed: 78 additions & 0 deletions

File tree

profile/installer/apps-config.json

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,84 @@
269269
"cliName": "docker",
270270
"description": "macOS的docker可视化工具",
271271
"command": "brew install --cask docker"
272+
},
273+
{
274+
"name": "yazi",
275+
"cliName": "yazi",
276+
"description": "终端文件管理器",
277+
"command": "brew install yazi"
278+
},
279+
{
280+
"name": "ffmpeg",
281+
"cliName": "ffmpeg",
282+
"description": "音视频处理工具",
283+
"command": "brew install ffmpeg"
284+
},
285+
{
286+
"name": "sevenzip",
287+
"cliName": "7z",
288+
"description": "7zip压缩工具",
289+
"command": "brew install sevenzip"
290+
},
291+
{
292+
"name": "jq",
293+
"cliName": "jq",
294+
"description": "命令行JSON处理工具",
295+
"command": "brew install jq"
296+
},
297+
{
298+
"name": "poppler",
299+
"cliName": "pdfinfo",
300+
"description": "PDF处理工具集",
301+
"command": "brew install poppler"
302+
},
303+
{
304+
"name": "fd",
305+
"cliName": "fd",
306+
"description": "快速文件搜索工具",
307+
"command": "brew install fd"
308+
},
309+
{
310+
"name": "ripgrep",
311+
"cliName": "rg",
312+
"description": "快速文本搜索工具",
313+
"command": "brew install ripgrep"
314+
},
315+
{
316+
"name": "fzf",
317+
"cliName": "fzf",
318+
"description": "模糊查找工具",
319+
"command": "brew install fzf"
320+
},
321+
{
322+
"name": "zoxide",
323+
"cliName": "z",
324+
"description": "智能目录跳转工具",
325+
"command": "brew install zoxide"
326+
},
327+
{
328+
"name": "resvg",
329+
"cliName": "resvg",
330+
"description": "SVG渲染工具",
331+
"command": "brew install resvg"
332+
},
333+
{
334+
"name": "imagemagick",
335+
"cliName": "magick",
336+
"description": "图像处理工具",
337+
"command": "brew install imagemagick"
338+
},
339+
{
340+
"name": "font-symbols-only-nerd-font",
341+
"cliName": "font-symbols-only-nerd-font",
342+
"description": "Nerd Font符号字体",
343+
"command": "brew install --cask font-symbols-only-nerd-font"
344+
},
345+
{
346+
"name": "jordanbaird-ice",
347+
"cliName": "Ice",
348+
"description": "macOS 菜单栏管理工具",
349+
"command": "brew install --cask jordanbaird-ice"
272350
}
273351
]
274352
}

0 commit comments

Comments
 (0)