Skip to content

Commit

Permalink
chore: minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
adrielp committed Mar 27, 2024
1 parent a28c7dd commit a071cfb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ alias v="nvim"
alias tf="terraform"
alias tg="terragrunt"

# ranger
alias rr="ranger"

# Kubectl completion
source <(kubectl completion zsh)

Expand Down
11 changes: 8 additions & 3 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ tap "hashicorp/tap"
tap "goreleaser/tap"
tap "adrielp/tap"
tap "aws/tap"
tap "derailed/k9s"
tap "int128/kubelogin"

brew "automake"
brew "awscli"
Expand All @@ -26,19 +28,22 @@ brew "goreleaser"
brew "hugo"
brew "helm"
brew "jq"
brew "k9s"
brew "kubernetes-cli"
brew "neovim"
brew "node"
brew "nvm"
#brew "node"
brew "libksba"
brew "libtool"
brew "[email protected]"
brew "kubelogin"
brew "pkg-config"
brew "pre-commit"
brew "[email protected]"
brew "ranger"
brew "ripgrep"
brew "ruby"
brew "rust"
#brew "rust"
brew "schemacheck"
brew "stow"
brew "tfenv"
Expand All @@ -49,7 +54,7 @@ brew "tmux"
brew "tree"
brew "tree-sitter"
brew "universal-ctags"
brew "wget"
#brew "wget"
brew "xz"
brew "yarn"
brew "yq"
Expand Down

0 comments on commit a071cfb

Please sign in to comment.