Skip to content

Commit

Permalink
Changes for new work machine
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Logston committed Feb 27, 2024
1 parent c381b36 commit 0a58e9e
Show file tree
Hide file tree
Showing 6 changed files with 1,391 additions and 15 deletions.
43 changes: 43 additions & 0 deletions Brewfile.logston-mbp
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Unfortunately, this file does not allow pinning of versions for every
# package. Thus, some have versions and some do not.
tap "homebrew/bundle"

brew "bazelisk"
brew "fzf"
brew "git"
brew "[email protected]"
brew "grep"
brew "gnupg"
brew "hashicorp/tap/terraform-ls"
brew "helm"
brew "helmfile"
brew "jq"
brew "k9s"
brew "kubernetes-cli"
brew "neovim"
brew "netcat"
brew "nmap"
# Node is needed by nvim.
# nvm install <latest lts>
brew "nvm"
brew "pipx"
brew "pre-commit"
brew "pyenv"
brew "pyenv-virtualenv"
brew "ripgrep"
brew "redis"
brew "stow"
brew "tfenv"
brew "tmux"
brew "tree"
brew "telnet"
brew "yarn"
brew "vault"
brew "zsh-syntax-highlighting"

cask "1password"
cask "1password/tap/1password-cli"
cask "docker"
cask "firefox"
cask "google-cloud-sdk"
cask "hammerspoon"
Loading

0 comments on commit 0a58e9e

Please sign in to comment.