Additional config for work

Additional programs with Brew

create file Brewfile.work:

Brewfile.work
# work only
tap "hashicorp/tap"
brew "hashicorp/tap/terraform"
brew "terraform-docs"
brew "terragrunt"
brew "ansible"
brew "awscli"
brew "black"
brew "fzf"
brew "git"
brew "tflint"
cask "devtoys"
cask "kiro-cli"
cask "pycharm"
cask "slack"
cask "visual-studio-code"
cask "google-chrome"

and install with command:

brew bundle -f Brewfile.work