Browse Source

Ensure that Xcode command line tools are installed

Kyle P Davis 10 years ago
parent
commit
fdd02677ff
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .profile

+ 1 - 0
.profile

@@ -49,6 +49,7 @@ _install_homebrew() {
 }
 
 _install_tools() {
+	xcode-select --install  ||  true
 	_install_homebrew
 	[ -d "$HOME/liquidprompt" ]  ||  git clone "https://github.com/nojhan/liquidprompt.git" "$HOME/liquidprompt"
 	which tmux >/dev/null  ||  brew install tmux