diff --git a/configure-system b/configure-system index 32091df..f85f483 100755 --- a/configure-system +++ b/configure-system @@ -31,7 +31,7 @@ fi # set shell to zsh if command -v zsh &> /dev/null; then - read -r -p "You have the fish shell installed, would you like to set this as your default shell? [Y/n] " input + read -r -p "You have the zsh shell installed, would you like to set this as your default shell? [Y/n] " input case $input in [nN][oO] | [nN]) echo "Okay, not setting shell." @@ -42,16 +42,16 @@ if command -v zsh &> /dev/null; then ;; esac - read -r -p "Would you also like to install oh-my-zsh? [Y/n]" input + read -r -p "Would you also like to install oh-my-zsh? (I recommend you do this later) [y/N]" input read -r -p "You will need to exit zsh shell, stash the generated .zshrc, and reboot the system. Press [Enter] to continue." case $input in - [nN][oO] | [nN]) - echo "Okay, not installing." - ;; - *) + [yY][eE][sS] | [yY]) echo "Installing oh-my-zsh." sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" ;; + *) + echo "Okay, not installing." + ;; esac fi diff --git a/default-programs b/default-programs index 4412e99..3e4fe30 100644 --- a/default-programs +++ b/default-programs @@ -104,7 +104,6 @@ kdeconnect cmus kile surf -git-flow-completion-git bitwarden-cli zenity guake