Skip to content

Commit

Permalink
Install packer
Browse files Browse the repository at this point in the history
  • Loading branch information
jnonino committed May 10, 2024
1 parent 7663328 commit dfc8f97
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions home/.files/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

# https://golangci-lint.run/
tap "golangci/tap"
tap "hashicorp/tap"

#######
# Brews
Expand Down Expand Up @@ -63,12 +64,14 @@ brew "maven"
brew "minikube"
# Node Version Manager - https://github.com/nvm-sh/nvm
brew "nvm"
# Open Policy Agent - https://www.openpolicyagent.org/
brew "opa"
# pre-commit - https://pre-commit.com/
brew "pre-commit"
# Simple Python Version Management (pyenv) - https://github.com/pyenv/pyenv
brew "pyenv"
# Open Policy Agent - https://www.openpolicyagent.org/
brew "opa"
# Packer - https://developer.hashicorp.com/packer
brew "hashicorp/tap/packer"
# Simple Ruby Version Manager - https://github.com/rbenv/rbenv
brew "rbenv"
# Ruby Build - https://github.com/rbenv/ruby-build
Expand Down

0 comments on commit dfc8f97

Please sign in to comment.