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