mirror of
https://github.com/dchakro/alacritty_colors.git
synced 2026-05-18 10:14:45 -07:00
ensure that the script can be run from anywhere
This commit is contained in:
parent
b0a1b375cd
commit
ea9af47d0d
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue