Watch
1
0
Fork
You've already forked dotfiles
0
dotfiles/brew/install
2020-04-15 18:21:29 -07:00

12 lines
209 B
Shell
Executable file

#!/usr/bin/env bash
set -euo pipefail
CURDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
brewfile="${CURDIR}/Brewfile"
bundle() {
brew bundle --file "${brewfile}" "${@:-}"
}
bundle check || bundle