From 30e95055fdc3efc15ced4efaa9cdc75cf1639f16 Mon Sep 17 00:00:00 2001 From: waldek Date: Tue, 23 Aug 2022 14:32:49 +0200 Subject: [PATCH] clones self --- bootstrap.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 4932aa7..85dc6c6 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -27,13 +27,13 @@ sed -i "s/font/$MY_BASH_THEME/g" ~/.bashrc GIT_CONFIG_FILE=~/.gitconfig touch $GIT_CONFIG_FILE -echo "[user]" >> $GIT_CONFIG_FILE +echo "[user]" > $GIT_CONFIG_FILE echo "name = $MY_NAME" >> $GIT_CONFIG_FILE echo "email = $MY_EMAIL" >> $GIT_CONFIG_FILE - - - +# install the bootstrap source +mkdir ~/sources +git clone ssh://gitea@86thumbs.net:3022/waldek/new_bootstrap.git ~/sources/bootstrap