Quellcode durchsuchen

Ensure that Xcode command line tools are installed

Kyle P Davis vor 10 Jahren
Ursprung
Commit
fdd02677ff
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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