diff --git a/install-scripts/zsh.sh b/install-scripts/zsh.sh index 9427372..7a2ef10 100755 --- a/install-scripts/zsh.sh +++ b/install-scripts/zsh.sh @@ -4,6 +4,7 @@ zsh=( eza + mercurial zsh zplug ) @@ -92,6 +93,5 @@ fi 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 24bb5ee..4d383fc 100755 --- a/install-scripts/zsh_pokemon.sh +++ b/install-scripts/zsh_pokemon.sh @@ -2,11 +2,6 @@ # 💫 https://github.com/JaKooLit 💫 # # pokemon-color-scripts# -poke=( - mercurial -) - - ## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ## # Determine the directory where the script is located SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" @@ -20,13 +15,6 @@ source "$(dirname "$(readlink -f "$0")")/Global_functions.sh" # Set the name of the log file to include the current date and time LOG="Install-Logs/install-$(date +%d-%H%M%S)_zsh_pokemon.log" -# for the new oh my zsh theme -printf "${NOTE} Installing ${SKY_BLUE}additional dependencies for oh my zsh theme${RESET}\n" -for pok in "${poke[@]}"; do - install_package "$pok" "$LOG" -done - -printf "\n%.0s" {1..1} printf "${INFO} Installing ${SKY_BLUE}Pokemon color scripts${RESET} ..." @@ -44,6 +32,7 @@ if [ -f "$HOME/.zshrc" ]; then else echo "$HOME/.zshrc not found. Cant enable ${YELLOW}Pokemon color scripts${RESET}" >> "$LOG" 2>&1 fi + printf "\n%.0s" {1..2}