Skip to content

Commit

Permalink
add homebrew install
Browse files Browse the repository at this point in the history
  • Loading branch information
brettinternet committed Nov 11, 2024
1 parent 6b67498 commit 7972405
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions darwin/setup.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#!/bin/bash

homebrew_path="/opt/homebrew"
if [ ! -d $homebrew_path ]; then
mkdir $homebrew_path
curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip-components 1 -C $homebrew_path
fi

brew bundle --file darwin/Brewfile

# Reset application attributes to allow run
Expand Down

0 comments on commit 7972405

Please sign in to comment.