diff --git a/setup.sh b/setup.sh index 3298e3b..4fa9e37 100755 --- a/setup.sh +++ b/setup.sh @@ -625,9 +625,10 @@ setup_zoom() { } setup_zsh() { - # install oh my zsh if [[ ! -d /home/pomp/.oh-my-zsh ]]; then + # install oh my zsh sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" + # install powerlevel10k theme git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k