mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore: add install for developer tools and Homebrew
This commit is contained in:
6
setup/init.sh
Normal file → Executable file
6
setup/init.sh
Normal file → Executable 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user