File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed
Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 55zsh=(
66 eza
77 fzf
8+ mercurial
89 zsh
910 util-linux
1011)
Original file line number Diff line number Diff line change 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
117SCRIPT_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
2016LOG=" 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}
2918printf " ${INFO} Installing ${SKY_BLUE} Pokemon color scripts${RESET} ..."
3019
3120if [ -d " pokemon-colorscripts" ]; then
You can’t perform that action at this time.
0 commit comments