✨ Add in missing packages from dumped Brewfile
This commit is contained in:
parent
76ee3cd464
commit
58a316b303
3 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue