mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 10:50:13 +00:00
hammerspoon and reorganize old files to legacy
This commit is contained in:
14
legacy/homebrew/devops.Brewfile
Normal file
14
legacy/homebrew/devops.Brewfile
Normal file
@ -0,0 +1,14 @@
|
||||
# DevOps Packages
|
||||
|
||||
tap "nmasur/repo"
|
||||
tap "hashicorp/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 "nmasur/repo/drips" # Retrieve AWS IPs
|
||||
brew "hashicorp/tap/terraform-ls"
|
||||
brew "tflint"
|
Reference in New Issue
Block a user