Skip to content
Snippets Groups Projects
Commit 96520182 authored by phob1an's avatar phob1an :headphones:
Browse files

sync

parent 93c71637
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,11 @@ fi
echo -e "${INFO}Installing Aurorae theme ${ENDC}"
cp -rf themes/Tincture $AURORAE
if [ ! -d $COLORS ]; then
echo -ne "${WARN}Creating Colorscheme directory... ${ENDC}"
mkdir -pv $COLORS
fi
if [ ! -d $GLOBAL ]; then
echo -ne "${WARN}Creating Global theme directory... ${ENDC}"
mkdir -pv $GLOBAL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment