install.fairie/home/.chezmoitemplates/darwin/Brewfile

28 lines
525 B
Text
Raw Normal View History

# Base dependencies required for deploying on macOS. Defined like this because Homebrew
# is a requirement on macOS.
# Standard Homebrew taps
2022-12-24 09:22:51 -08:00
tap "homebrew/cask-versions" # Initially added to support "visual-studio" cask
tap "homebrew/core"
tap "homebrew/bundle"
if OS.mac?
brew "coreutils"
brew "findutils"
brew "m-cli"
end
brew "age"
brew "glow"
brew "gnupg"
brew "go"
brew "gum"
brew "jq"
2023-02-01 08:30:54 -08:00
brew "node"
brew "progress"
2023-07-11 21:32:13 -07:00
brew "python@3.11"
tap "go-task/tap"
brew "go-task/tap/go-task"
brew "volta"
brew "yq"
brew "zx"