feat: update git repo url to point to self-hosted gitea
This commit is contained in:
parent
6cfdf3d893
commit
b517be3168
@ -3,5 +3,5 @@
|
||||
Just a script to easily setup my shell environment on new devices.
|
||||
|
||||
```
|
||||
git clone https://github.com/xlogerais/config-bootstrap.git ~/.bootstrap && cd ~/.bootstrap && bash bootstrap.bash
|
||||
git clone https://gitea.logerais.com/xavier/config-bootstrap.git ~/.bootstrap && cd ~/.bootstrap && bash bootstrap.bash
|
||||
```
|
||||
|
@ -4,6 +4,6 @@
|
||||
|
||||
if [[ ! -d ~/.bash ]]
|
||||
then
|
||||
git clone --recursive https://github.com/xlogerais/config-bash.git ~/.bash
|
||||
git clone --recursive https://gitea.logerais.com/xavier/config-bash.git ~/.bash
|
||||
bash ~/.bash/create-links.bash
|
||||
fi
|
||||
|
@ -4,6 +4,6 @@
|
||||
|
||||
if [[ ! -d ~/.screen ]]
|
||||
then
|
||||
git clone --recursive https://github.com/xlogerais/config-screen.git ~/.screen
|
||||
git clone --recursive https://gitea.logerais.com/xavier/config-screen.git ~/.screen
|
||||
bash ~/.screen/create-links.bash
|
||||
fi
|
||||
|
@ -4,6 +4,6 @@
|
||||
|
||||
if [[ ! -d ~/.tmux ]]
|
||||
then
|
||||
git clone --recursive https://github.com/xlogerais/config-tmux.git ~/.tmux
|
||||
git clone --recursive https://gitea.logerais.com/xavier/config-tmux.git ~/.tmux
|
||||
bash ~/.tmux/create-links.bash
|
||||
fi
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
if [[ ! -d ~/.vim ]]
|
||||
then
|
||||
git clone --recursive https://github.com/xlogerais/config-vim.git ~/.vim
|
||||
git clone --recursive https://gitea.logerais.com/xavier/config-vim.git ~/.vim
|
||||
bash ~/.vim/create-links.bash
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user