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:
parent
0a1e56de57
commit
ffe377050b
5
setup.sh
5
setup.sh
@ -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)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user