11 lines
266 B
Bash
Executable File
11 lines
266 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
|
eval "$(/opt/homebrew/bin/brew shellenv)"
|
|
|
|
brew update
|
|
|
|
brew bundle install --global
|
|
brew bundle check --global
|
|
brew bundle cleanup --force --global
|