Add module for docker-related tools
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"optOut": false,
|
||||||
|
"lastUpdateCheck": 1640879021994
|
||||||
|
}
|
||||||
@@ -134,6 +134,11 @@ function __install_configs() {
|
|||||||
popd >/dev/null
|
popd >/dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function __install_docker() {
|
||||||
|
__install_with brew awscli aws
|
||||||
|
__install_with brew derailed/k9s/k9s k9s
|
||||||
|
}
|
||||||
|
|
||||||
function __install_gcc() {
|
function __install_gcc() {
|
||||||
__install_with brew gcc
|
__install_with brew gcc
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user