浏览代码

add git-extras installation to _install_tools

Kyle P Davis 10 年之前
父节点
当前提交
86591042f9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .profile

+ 1 - 0
.profile

@@ -54,6 +54,7 @@ _install_tools() {
 	which tmux >/dev/null  ||  brew install tmux
 	which tmux >/dev/null  ||  brew install tmux
 	[ -f "$HOME/.bash_profile" ]  ||  ln -sv "$HOME/.profile" "$HOME/.bash_profile"
 	[ -f "$HOME/.bash_profile" ]  ||  ln -sv "$HOME/.profile" "$HOME/.bash_profile"
 	[ -f "$HOME/.bashrc" ]        ||  ln -sv "$HOME/.profile" "$HOME/.bashrc"
 	[ -f "$HOME/.bashrc" ]        ||  ln -sv "$HOME/.profile" "$HOME/.bashrc"
+	which git-alias >/dev/null  ||  brew install git-extras
 }
 }
 
 
 _install_dev_js() {
 _install_dev_js() {