Skip to content

Commit 6d7f808

Browse files
committed
woops
1 parent 2246e61 commit 6d7f808

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

install-scripts/zsh.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
zsh=(
66
eza
77
fzf
8+
mercurial
89
zsh
910
util-linux
1011
)

install-scripts/zsh_pokemon.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
# 💫 https://github.com/JaKooLit 💫 #
33
# pokemon-color-scripts#
44

5-
poke=(
6-
mercurial
7-
)
8-
95
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##
106
# Determine the directory where the script is located
117
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
@@ -19,13 +15,6 @@ source "$(dirname "$(readlink -f "$0")")/Global_functions.sh"
1915
# Set the name of the log file to include the current date and time
2016
LOG="Install-Logs/install-$(date +%d-%H%M%S)_zsh_pokemon.log"
2117

22-
# for the new oh my zsh theme
23-
printf "${NOTE} Installing ${SKY_BLUE}additional dependencies for oh my zsh theme${RESET}\n"
24-
for pok in "${poke[@]}"; do
25-
install_package "$pok" "$LOG"
26-
done
27-
28-
printf "\n%.0s" {1..1}
2918
printf "${INFO} Installing ${SKY_BLUE}Pokemon color scripts${RESET} ..."
3019

3120
if [ -d "pokemon-colorscripts" ]; then

0 commit comments

Comments
 (0)