Add games package to installer

This commit is contained in:
Andrew Miner
2022-01-08 11:33:49 -07:00
parent 2b31b3c795
commit d89ed88cf2
+5
View File
@@ -17,6 +17,7 @@ USAGE: $0 <package>|all
configs only install shell config files
coffeescript install coffeescript language tools
games install command-line game runners
go install go language tools
heroku install the Heroku CLI
node install NodeJS language tools
@@ -139,6 +140,10 @@ function __install_docker() {
__install_with brew derailed/k9s/k9s k9s
}
function __install_games() {
__install_with brew frobtads
}
function __install_gcc() {
__install_with brew gcc
}