diff --git a/unixconf.sh b/unixconf.sh index bc71dd7..7a4bf54 100755 --- a/unixconf.sh +++ b/unixconf.sh @@ -3,6 +3,10 @@ gitlink="https://gitlab.cpy.re/florian/unixconf/repository/archive.zip?ref=master" musthaves="zsh wget git vim ssh-agent urxvt unzip ruby ctags" +if [ ! -z ${1+x} ] && [ "$1" == "skip-install" ]; then + musthaves="" +fi + for musthave in $musthaves; do which "$musthave" >/dev/null 2>&1 if [ "$?" -ne 0 ]; then