install.fairie/home/.chezmoitemplates/darwin/Brewfile
Brian Zalewski 08bdb72eb3 Update home/.chezmoitemplates/darwin/Brewfile
Remove home/.chezmoitemplates/ssh/authorized_keys.yubikey
Remove home/.chezmoitemplates/ssh/id_rsa
Remove home/.chezmoitemplates/ssh/id_rsa.pub
Remove home/.chezmoitemplates/ssh/ssh-13147527
Remove home/.chezmoitemplates/ssh/ssh-13147527.pub
Remove home/.chezmoitemplates/ssh/ssh-13196452
Remove home/.chezmoitemplates/ssh/ssh-13196452.pub
Remove home/.chezmoitemplates/ssh/ssh-5-nano
Remove home/.chezmoitemplates/ssh/ssh-5-nano.pub
Remove home/.chezmoitemplates/ssh/ssh-5-nfc-green
Remove home/.chezmoitemplates/ssh/ssh-5-nfc-green.pub
Remove home/.chezmoitemplates/ssh/ssh-5-nfc-red
Remove home/.chezmoitemplates/ssh/ssh-5-nfc-red.pub
Remove home/.chezmoitemplates/ssh/ssh-5-nfc-yellow
Remove home/.chezmoitemplates/ssh/ssh-5-nfc-yellow.pub
Remove home/.chezmoitemplates/ssh/ssh-5c-green
Remove home/.chezmoitemplates/ssh/ssh-5c-green.pub
Remove home/.chezmoitemplates/ssh/ssh-5c-nano-green
Remove home/.chezmoitemplates/ssh/ssh-5c-nano-green.pub
Remove home/.chezmoitemplates/ssh/ssh-5c-nano-laptop
Remove home/.chezmoitemplates/ssh/ssh-5c-nano-laptop.pub
2024-09-02 22:07:32 -04:00

51 lines
970 B
Ruby

# Base dependencies required for deploying on macOS. Defined like this because Homebrew
# is a requirement on macOS.
# Standard Homebrew taps
# tap "homebrew/cask-versions" # Initially added to support "visual-studio" cask
tap "homebrew/bundle"
tap "homebrew/autoupdate"
tap "homebrew/services"
# tap "homebrew/cask-fonts"
if OS.mac?
brew "coreutils"
brew "findutils"
brew "m-cli"
end
brew "age"
# Ensure macOS Bash gets upgraded to 5+
brew "bash"
brew "expect"
brew "fzf"
brew "gawk"
brew "git-delta"
brew "glow"
brew "gnupg"
brew "go"
brew "gsed"
brew "gum"
brew "htmlq"
brew "jq"
brew "mas"
brew "moreutils"
brew "m4"
brew "node"
brew "openssh"
brew "pinentry-mac"
brew "pipx"
brew "pkg-config"
brew "progress"
brew "python@3.11"
brew "python@3.12"
brew "ruby"
brew "rust"
tap "go-task/tap"
brew "go-task/tap/go-task"
brew "volta"
brew "yarn"
brew "yq"
brew "zx"
cask "docker"
cask "java@beta" unless system "/usr/libexec/java_home --failfast"
cask "macfuse"