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