Add Heroku Cli

This commit is contained in:
Caleb Braaten 2024-09-05 12:34:33 -07:00
parent b1cfd9ee8f
commit d65c94d7ea
2 changed files with 3 additions and 1 deletions

View File

@ -6,12 +6,13 @@ deno
eza eza
fd fd
fzf fzf
Git git
gleam gleam
go go
hashicorp/tap/consul hashicorp/tap/consul
hashicorp/tap/nomad hashicorp/tap/nomad
hashicorp/tap/vault hashicorp/tap/vault
heroku
htop htop
oh-my-posh oh-my-posh
libpq libpq

View File

@ -2,6 +2,7 @@
# Set Homebrew Taps # Set Homebrew Taps
brew tap hasicorp/tap brew tap hasicorp/tap
brew tap heroku/brew
# Install Brew Packages # Install Brew Packages
xargs brew install < brewlist xargs brew install < brewlist