1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-04-26 03:45:21 -04:00

Install Xcode Command Line Tools

This commit is contained in:
Jake Jarvis 2019-09-09 09:55:20 -04:00
parent 0a1e56de57
commit ffe377050b
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39

View File

@ -15,10 +15,13 @@ fi
# Update Homebrew recipes
brew update
# Install all our dependencies with bundle (See Brewfile)
# Install all apps from the Brewfile
brew tap homebrew/bundle
brew bundle
# Install Xcode Command Line Tools
xcode-select --install
# Get Oh My ZSH up and running
if [ ! -e ~/.oh-my-zsh ]; then
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"