Skip to content

Commit

Permalink
misc(brew): add Brewfile for himkt/tap
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt committed Jan 5, 2025
1 parent dca6983 commit c5bdf1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions brew/config.d/himkt/Brewfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
tap 'himkt/tap'
brew 'himkt/tap/tips-cli'

0 comments on commit c5bdf1a

Please sign in to comment.