Skip to content

Commit

Permalink
feat(brew): add kubernetes (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdicopter authored Jan 10, 2023
1 parent 8c129ec commit 35be32b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,13 @@ curl -fsSL https://raw.githubusercontent.com/mehdicopter/dotfiles/main/install.s
- [tflint](https://github.com/terraform-linters/tflint)
- [infracost](https://github.com/infracost/infracost)
- [driftctl](https://driftctl.com/)

#### Kubernetes

- [kubectl](https://kubernetes.io/docs/reference/kubectl/)
- [k9s](https://k9scli.io/)
- [kubectx](https://github.com/ahmetb/kubectx) + `kubens`
- [kubetail](https://github.com/johanhaleby/kubetail)
- [popeye](https://github.com/derailed/popeye)
- [helm](https://helm.sh/)
- [helm-docs](https://github.com/norwoodj/helm-docs)
14 changes: 14 additions & 0 deletions run_once_before_00_homebrew.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#!/bin/bash

brew bundle --no-lock --file=/dev/stdin <<EOF
## taps
tap "johanhaleby/kubetail"
tap "derailed/popeye"
tap "norwoodj/tap"
## casks
cask_args appdir: "~/Applications", require_sha: true
Expand All @@ -25,4 +30,13 @@ brew "tfsec"
brew "tflint"
brew "infracost"
brew "driftctl"
# Kubernetes
brew "kubectl"
brew "k9s"
brew "kubectx"
brew "kubetail"
brew "popeye"
brew "helm"
brew "helm-docs"
EOF

0 comments on commit 35be32b

Please sign in to comment.