minor updates
This commit is contained in:
parent
47c81d6f99
commit
f9cce12bc7
@ -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
|
||||
|
||||
|
||||
@ -104,7 +104,6 @@ kdeconnect
|
||||
cmus
|
||||
kile
|
||||
surf
|
||||
git-flow-completion-git
|
||||
bitwarden-cli
|
||||
zenity
|
||||
guake
|
||||
|
||||
Loading…
Reference in New Issue
Block a user