From f219fe6718973845e861db823684e2fc33a31672 Mon Sep 17 00:00:00 2001 From: PorridgePi Date: Sat, 29 Aug 2020 15:05:49 +0800 Subject: [PATCH] updated bootstrap --- .config/yadm/bootstrap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap index f192309..132ea7f 100755 --- a/.config/yadm/bootstrap +++ b/.config/yadm/bootstrap @@ -13,6 +13,8 @@ if [ "$system_type" = "Linux" ] || [ "$system_type" = "WSL1" ] || [ "$system_typ echo "Installing zsh..." sudo apt install zsh -y chsh -s $(which zsh) + fi + if [ ! -f ${HOME}/.zplug/init.zsh ]; then echo "Installing zplug..." # curl -sL --proto-redir -all,https https://cdn.jsdelivr.net/gh/zplug/installer/installer.zsh | zsh