Add in missing packages from dumped Brewfile

This commit is contained in:
Marley Rae 2024-02-04 17:40:39 -08:00
parent 76ee3cd464
commit 58a316b303
3 changed files with 10 additions and 2 deletions

View file

@ -8,6 +8,8 @@ source "$DOT/os/apt_utils.fish"
print_subtitle OS
brew_install Bash bash
if [ "$(uname)" = Darwin ]
# brew_install mas-cli mas

View file

@ -7,6 +7,9 @@ source "$DOT/homebrew/brew_utils.fish"
print_subtitle PHP
brew_install MailHog mailhog "" "" true
brew_install Meilisearch meilisearch "" "" true
if [ "$(uname)" = Darwin ]
brew_install "Laravel Herd" herd --cask
brew_install PhpStorm phpstorm --cask

View file

@ -5,6 +5,9 @@ source "$DOT/homebrew/brew_utils.fish"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
print_subtitle vim
print_subtitle Vim
brew_install vim vim
brew_install Vim vim
brew_install Neovim neovim
brew_install fzf fzf