completes template

This commit is contained in:
SuperNovaa41 2025-02-24 10:49:32 -05:00
parent c056da4eee
commit bbffefd301

4
run.sh Normal file → Executable file
View File

@ -2,8 +2,8 @@
git init
if [ ! -d "$1" ]; then
if [ ! -d "$HOME/.config/templates/$1" ]; then
echo "Template doesn't exist!"
else
cp -r ~/.config/templates/$1 .
cp -r ~/.config/templates/$1/* .
fi