commit c056da4eeedcc626975912dd0a54e0ccb12b53a5 Author: SuperNovaa41 <supernovaa41@gmx.com> Date: Mon Feb 24 10:43:18 2025 -0500 templating diff --git a/run.sh b/run.sh new file mode 100644 index 0000000..49b5b80 --- /dev/null +++ b/run.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +git init + +if [ ! -d "$1" ]; then + echo "Template doesn't exist!" +else + cp -r ~/.config/templates/$1 . +fi