diff --git a/apply_theme.sh b/apply_theme.sh index 283b5d7..8b413db 100755 --- a/apply_theme.sh +++ b/apply_theme.sh @@ -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