Compare commits
1 Commits
cd30d915ed
...
master
Author | SHA1 | Date |
---|---|---|
waldek | 30e95055fd |
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue