7 lines
201 B
Bash
7 lines
201 B
Bash
#!/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 --file ./Brewfile
|