Sfoglia il codice sorgente

Ensure that Xcode command line tools are installed

Kyle P Davis 10 anni fa
parent
commit
fdd02677ff
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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