From dc986765ba7685bc0a7bfdd38c3a4d913cf9cc18 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sun, 28 Nov 2021 11:42:39 +0100 Subject: [PATCH] chore: add install for developer tools and Homebrew --- setup/init.sh | 6 ++++++ 1 file changed, 6 insertions(+) mode change 100644 => 100755 setup/init.sh diff --git a/setup/init.sh b/setup/init.sh old mode 100644 new mode 100755 index 3d6e433..65e3044 --- a/setup/init.sh +++ b/setup/init.sh @@ -1,5 +1,11 @@ #!/bin/sh +# Install Xcode Developer Tools +xcode-select --install + +# Install Homebrew +ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" + # Installing Homebrew packages source ./brew.sh