mirror of
https://github.com/crazywhalecc/quick-shell.git
synced 2026-03-17 20:34:52 +08:00
10 lines
309 B
JSON
10 lines
309 B
JSON
|
|
{
|
|||
|
|
"brew-update": {
|
|||
|
|
"description": "更新Homebrew(测试命令)",
|
|||
|
|
"command": "brew update"
|
|||
|
|
},
|
|||
|
|
"neofetch": {
|
|||
|
|
"description": "在线运行neofetch",
|
|||
|
|
"command": "curl -H 'User-Agent: Chrome' -s https://gitee.com/mirrors/neofetch/raw/master/neofetch | bash"
|
|||
|
|
}
|
|||
|
|
}
|