Also install zsh and friends

This commit is contained in:
2021-04-19 08:46:46 +08:00
parent a6a1ceeaa3
commit 83d74d8bcd

View File

@@ -3,6 +3,9 @@ APP_DIR="$(dirname "$0")"
cd "$APP_DIR" cd "$APP_DIR"
APP_DIR="$(pwd)" APP_DIR="$(pwd)"
echo "Install zsh and friends"
sudo apt install zsh command-not-found
echo "Install oh-my-zsh and plugins" echo "Install oh-my-zsh and plugins"
if ! [ -d .oh-my-zsh ]; then if ! [ -d .oh-my-zsh ]; then
git clone https://github.com/ohmyzsh/ohmyzsh "$HOME/.oh-my-zsh" git clone https://github.com/ohmyzsh/ohmyzsh "$HOME/.oh-my-zsh"