From c19fa68472bec357914ff264e52b45945221d530 Mon Sep 17 00:00:00 2001 From: Pascal Dulieu Date: Wed, 30 Jul 2025 11:45:00 +0100 Subject: init --- scripts/brew.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 scripts/brew.sh (limited to 'scripts/brew.sh') diff --git a/scripts/brew.sh b/scripts/brew.sh new file mode 100755 index 0000000..7ae70d1 --- /dev/null +++ b/scripts/brew.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env zsh +set -e + +SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)" +REPO_ROOT="$(cd "$SCRIPT_DIR/.." && pwd)" +BREWFILE_PATH="$REPO_ROOT/Brewfile" + +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" +brew bundle --file "$BREWFILE_PATH" \ No newline at end of file -- cgit v1.2.3