From 9c1f748c7e7a5fffd9775820cb9781a50424fb72 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 19 Feb 2025 00:09:43 +0900 Subject: [PATCH] added mercurial for the new oh my zsh theme --- install-scripts/zsh_pokemon.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/install-scripts/zsh_pokemon.sh b/install-scripts/zsh_pokemon.sh index c54f74b..708237f 100755 --- a/install-scripts/zsh_pokemon.sh +++ b/install-scripts/zsh_pokemon.sh @@ -2,6 +2,11 @@ # 💫 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 )" @@ -15,6 +20,14 @@ 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} ..." if [ -d "pokemon-colorscripts" ]; then