quick-shell/config/shell_list.json

10 lines
309 B
JSON
Raw Normal View History

2022-04-17 02:26:11 +08:00
{
"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"
}
}