reorganize brewfiles

This commit is contained in:
Noah Masur
2021-04-09 22:19:28 -04:00
parent a4269b8da0
commit 0f27508866
6 changed files with 46 additions and 47 deletions

View File

@ -1,13 +1,11 @@
# DevOps Packages
tap "nmasur/repo"
tap "superfly/tap"
brew "ansible" # Deploy to local server
brew "terraform" # Deploy cloud infra
brew "packer" # Build deployment images
brew "awscli" # AWS API tools
brew "kubectl" # Kubernetes CLI
brew "k9s" # Kubernetes TUI
brew "superfly/tap/flyctl" # Fly.io CLI
brew "nmasur/repo/drips" # Retrieve AWS IPs
brew "ansible" # Deploy to local server
brew "terraform" # Deploy cloud infra
brew "packer" # Build deployment images
brew "awscli" # AWS API tools
brew "kubectl" # Kubernetes CLI
brew "k9s" # Kubernetes TUI
brew "nmasur/repo/drips" # Retrieve AWS IPs