Initial commit

This commit is contained in:
crazywhalecc
2022-04-17 02:26:11 +08:00
commit fe8d9ed81b
14 changed files with 1676 additions and 0 deletions

10
config/shell_list.json Normal file
View File

@@ -0,0 +1,10 @@
{
"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"
}
}