Add module for docker-related tools

This commit is contained in:
Andrew Miner
2021-12-30 09:43:32 -07:00
parent 2ae4f833b1
commit 2b31b3c795
2 changed files with 9 additions and 0 deletions
@@ -0,0 +1,4 @@
{
"optOut": false,
"lastUpdateCheck": 1640879021994
}
+5
View File
@@ -134,6 +134,11 @@ function __install_configs() {
popd >/dev/null
}
function __install_docker() {
__install_with brew awscli aws
__install_with brew derailed/k9s/k9s k9s
}
function __install_gcc() {
__install_with brew gcc
}