minor updates

This commit is contained in:
Solomon Laing 2022-08-07 21:01:29 +09:30
parent 47c81d6f99
commit f9cce12bc7
2 changed files with 6 additions and 7 deletions

View File

@ -31,7 +31,7 @@ fi
# set shell to zsh # set shell to zsh
if command -v zsh &> /dev/null; then 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 case $input in
[nN][oO] | [nN]) [nN][oO] | [nN])
echo "Okay, not setting shell." echo "Okay, not setting shell."
@ -42,16 +42,16 @@ if command -v zsh &> /dev/null; then
;; ;;
esac 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." 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 case $input in
[nN][oO] | [nN]) [yY][eE][sS] | [yY])
echo "Okay, not installing."
;;
*)
echo "Installing oh-my-zsh." echo "Installing oh-my-zsh."
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
;; ;;
*)
echo "Okay, not installing."
;;
esac esac
fi fi

View File

@ -104,7 +104,6 @@ kdeconnect
cmus cmus
kile kile
surf surf
git-flow-completion-git
bitwarden-cli bitwarden-cli
zenity zenity
guake guake