Compare commits

..

No commits in common. "master" and "cd30d915ed180f9b2d0871f6dd77e24e5dcf71af" have entirely different histories.

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