From 033953f96118b6a35bbd5afa08398207a81db020 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 21 Feb 2025 15:03:14 +0900 Subject: [PATCH] fix zsh theme issue --- install-scripts/zsh.sh | 6 ++++++ install-scripts/zsh_pokemon.sh | 6 +----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/install-scripts/zsh.sh b/install-scripts/zsh.sh index 0d2c025..163b491 100755 --- a/install-scripts/zsh.sh +++ b/install-scripts/zsh.sh @@ -87,4 +87,10 @@ if command -v zsh >/dev/null; then fi +# copy additional oh-my-zsh themes from assets +if [ -d "$HOME/.oh-my-zsh/themes" ]; then + cp -r assets/add_zsh_theme/* ~/.oh-my-zsh/themes >> "$LOG" 2>&1 +fi + + printf "\n%.0s" {1..2} diff --git a/install-scripts/zsh_pokemon.sh b/install-scripts/zsh_pokemon.sh index 708237f..24bb5ee 100755 --- a/install-scripts/zsh_pokemon.sh +++ b/install-scripts/zsh_pokemon.sh @@ -45,9 +45,5 @@ else echo "$HOME/.zshrc not found. Cant enable ${YELLOW}Pokemon color scripts${RESET}" >> "$LOG" 2>&1 fi -# copy additional oh-my-zsh themes from assets -if [ -d "$HOME/.oh-my-zsh/themes" ]; then - cp -r assets/add_zsh_theme/* ~/.oh-my-zsh/themes >> "$LOG" 2>&1 -fi - + printf "\n%.0s" {1..2}