Browse Source

add git-extras installation to _install_tools

Kyle P Davis 10 years ago
parent
commit
86591042f9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .profile

+ 1 - 0
.profile

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