ensure that the script can be run from anywhere

This commit is contained in:
Deepankar Chakroborty 2023-06-29 12:33:28 -07:00
parent b0a1b375cd
commit ea9af47d0d

View file

@ -12,8 +12,11 @@
# # License: https://github.com/dchakro/alacritty_colors/blob/master/LICENSE
# #<---------------------------->
# Make a theme list
# Set the directory where this is installed:
BASEDIR="${HOME}/scripts/alacritty_colors"
cd ${BASEDIR}
# Make a list of themes
declare -a arrFiles
cd themes
for file in *.yml