diff --git a/tools/install.sh b/tools/install.sh index c93123c..7366c87 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -71,7 +71,7 @@ if [ -f ~/.bash_aliases ] || [ -h ~/.bash_aliases ]; then fi echo "\033[0;34mCloning Zsh Config...\033[0m" -hash git >/dev/null 2>&1 && env git clone --depth=1 http://git.str8.biz/mj/zsh-config.git $ZCNF || { +hash git >/dev/null 2>&1 && env git clone --branch master --single-branch --no-tags --depth=1 http://git.str8.biz/mj/zsh-config.git $ZCNF || { echo "can't clone repo.." exit 1 }