chore: add install for developer tools and Homebrew

This commit is contained in:
Stefan Imhoff
2021-11-28 11:42:39 +01:00
parent 3f4a69d585
commit dc986765ba

6
setup/init.sh Normal file → Executable file
View File

@@ -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