This commit is contained in:
deathbybandaid 2022-03-08 09:41:25 -05:00
parent d53a0e89b4
commit 4f2976f982

View File

@ -7,12 +7,6 @@ template_setup_path="/etc/template_setup"
template_setup_repo="https://git.deathbybandaid.net/deathbybandaid/template_setup.git" template_setup_repo="https://git.deathbybandaid.net/deathbybandaid/template_setup.git"
mcd () { mcd () {
mkdir -p $1
cd $1
}
template-setup ()
{
if [ -d "$template_setup_path" ] ; then if [ -d "$template_setup_path" ] ; then
git -C $template_setup_path pull --quiet && echo "Pulled $template_setup_path" git -C $template_setup_path pull --quiet && echo "Pulled $template_setup_path"
else else
@ -20,3 +14,8 @@ template-setup ()
fi fi
bash /etc/template_setup/template_setup.sh bash /etc/template_setup/template_setup.sh
} }
#template-setup ()
#{#
#
#}