change urls to github.com

This commit is contained in:
michael 2023-10-16 11:27:40 +02:00
parent 818ddec680
commit 0f6dca2ceb
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ else
success "Installation of exa git nano and zsh successfull."
fi
git clone --recurse -q https://git.sdf.org/michael/zsh "$HOME/.local/share/zsh" && success "git clone successfull." || abort "Could not clone git repository."
git clone --recurse -q https://github.com/michael-stief/zsh "$HOME/.local/share/zsh" && success "git clone successfull." || abort "Could not clone git repository."
cp "$HOME/.local/share/zsh/zshenv" "$HOME/.zshenv"
mkdir -p "$HOME/.config"
ln -fs ../.local/share/zsh/zshrc "$HOME/.config/.zshrc"

View File

@ -1,6 +1,6 @@
### Manual installation
```
git clone --recurse https://git.sdf.org/michael/zsh ~/.local/share/zsh
git clone --recurse https://github.com/michael-stief/zsh ~/.local/share/zsh
cp ~/.local/share/zsh/zshenv ~/.zshenv
mkdir -p ~/.config
ln -s ../.local/share/zsh/zshrc ~/.config/.zshrc
@ -8,7 +8,7 @@ ln -s ../.local/share/zsh/zshrc ~/.config/.zshrc
### Installation script
```
curl -s https://git.sdf.org/michael/zsh/raw/branch/master/install.sh | bash
curl -sL https://raw.github.com/michael-stief/zsh/master/install.sh | bash
```
![Screenshot](https://michael.sdf.org/zsh.png)