瀏覽代碼

add tree to _install_tools

Kyle P Davis 10 年之前
父節點
當前提交
49af89bf4d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .profile

+ 1 - 0
.profile

@@ -52,6 +52,7 @@ _install_tools() {
 	_install_homebrew
 	[ -d "$HOME/liquidprompt" ]  ||  git clone "https://github.com/nojhan/liquidprompt.git" "$HOME/liquidprompt"
 	which tmux >/dev/null  ||  brew install tmux
+	which tree >/dev/null  ||  brew install tree
 	[ -f "$HOME/.bash_profile" ]  ||  ln -sv "$HOME/.profile" "$HOME/.bash_profile"
 	[ -f "$HOME/.bashrc" ]        ||  ln -sv "$HOME/.profile" "$HOME/.bashrc"
 	[ -f "$HOME/.gitconfig" ]  ||  (