templating

This commit is contained in:
SuperNovaa41 2025-02-24 10:43:18 -05:00
commit c056da4eee

9
run.sh Normal file
View File

@ -0,0 +1,9 @@
#!/bin/bash
git init
if [ ! -d "$1" ]; then
echo "Template doesn't exist!"
else
cp -r ~/.config/templates/$1 .
fi