mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2025-04-26 15:48:27 -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
|
# Update Homebrew recipes
|
||||||
brew update
|
brew update
|
||||||
|
|
||||||
# Install all our dependencies with bundle (See Brewfile)
|
# Install all apps from the Brewfile
|
||||||
brew tap homebrew/bundle
|
brew tap homebrew/bundle
|
||||||
brew bundle
|
brew bundle
|
||||||
|
|
||||||
|
# Install Xcode Command Line Tools
|
||||||
|
xcode-select --install
|
||||||
|
|
||||||
# Get Oh My ZSH up and running
|
# Get Oh My ZSH up and running
|
||||||
if [ ! -e ~/.oh-my-zsh ]; then
|
if [ ! -e ~/.oh-my-zsh ]; then
|
||||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
|
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