瀏覽代碼

Ensure that Xcode command line tools are installed

Kyle P Davis 10 年之前
父節點
當前提交
fdd02677ff
共有 1 個文件被更改,包括 1 次插入0 次删除
  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