Compare commits

..

1 Commits

Author SHA1 Message Date
waldek 30e95055fd clones self 2022-08-23 14:32:49 +02:00
1 changed files with 4 additions and 4 deletions

View File

@ -27,13 +27,13 @@ sed -i "s/font/$MY_BASH_THEME/g" ~/.bashrc
GIT_CONFIG_FILE=~/.gitconfig GIT_CONFIG_FILE=~/.gitconfig
touch $GIT_CONFIG_FILE touch $GIT_CONFIG_FILE
echo "[user]" >> $GIT_CONFIG_FILE echo "[user]" > $GIT_CONFIG_FILE
echo "name = $MY_NAME" >> $GIT_CONFIG_FILE echo "name = $MY_NAME" >> $GIT_CONFIG_FILE
echo "email = $MY_EMAIL" >> $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