From 737f6d671be41cb2666e0dc144c30ecea246953c Mon Sep 17 00:00:00 2001 From: Plaza521 Date: Fri, 27 Oct 2023 20:16:17 +0300 Subject: [PATCH] Add oh my zsh installation --- install_zsh.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install_zsh.sh b/install_zsh.sh index 3140629..7dc51e2 100644 --- a/install_zsh.sh +++ b/install_zsh.sh @@ -15,6 +15,7 @@ fi # Installing set -x +sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" wget -O ~/.zshrc https://nakidai.ddns.net/nakidai/dotfiles/raw/branch/master/zsh/.zshrc > /dev/null 2>&1 git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting > /dev/null 2>&1 wget -O ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/themes/headline.zsh-theme https://nakidai.ddns.net/nakidai/dotfiles/raw/branch/master/zsh/headline.zsh-theme > /dev/null 2>&1