Watch
1
0
Fork
You've already forked dotfiles
0
dotfiles/brew/install
2026-08-30 13:23:40 -04:00

12 lines
212 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