Add games package to installer
This commit is contained in:
@@ -17,6 +17,7 @@ USAGE: $0 <package>|all
|
|||||||
|
|
||||||
configs only install shell config files
|
configs only install shell config files
|
||||||
coffeescript install coffeescript language tools
|
coffeescript install coffeescript language tools
|
||||||
|
games install command-line game runners
|
||||||
go install go language tools
|
go install go language tools
|
||||||
heroku install the Heroku CLI
|
heroku install the Heroku CLI
|
||||||
node install NodeJS language tools
|
node install NodeJS language tools
|
||||||
@@ -139,6 +140,10 @@ function __install_docker() {
|
|||||||
__install_with brew derailed/k9s/k9s k9s
|
__install_with brew derailed/k9s/k9s k9s
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function __install_games() {
|
||||||
|
__install_with brew frobtads
|
||||||
|
}
|
||||||
|
|
||||||
function __install_gcc() {
|
function __install_gcc() {
|
||||||
__install_with brew gcc
|
__install_with brew gcc
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user