From ba9a599c9b1481957da7f14b20b7a2ec92d2653a Mon Sep 17 00:00:00 2001 From: developomp Date: Mon, 11 Oct 2021 10:24:40 +0900 Subject: [PATCH] improved readability --- setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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