diff --git a/Makefile b/Makefile index f1e6aa3a..68091156 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,9 @@ brew-optional: brew-gui: brew bundle --verbose --no-lock --file=$(PWD)/brew/config.d/gui/Brewfile +brew-himkt: + brew bundle --verbose --no-lock --file=$(PWD)/brew/config.d/himkt/Brewfile + krew-base: kubectl krew install open-svc oidc-login ns images ctx hns stern neat diff --git a/brew/config.d/himkt/Brewfile b/brew/config.d/himkt/Brewfile new file mode 100644 index 00000000..91d088b5 --- /dev/null +++ b/brew/config.d/himkt/Brewfile @@ -0,0 +1,2 @@ +tap 'himkt/tap' +brew 'himkt/tap/tips-cli'