diff --git a/install.sh b/install.sh index 74ddcef..755ff0d 100755 --- a/install.sh +++ b/install.sh @@ -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" diff --git a/readme.md b/readme.md index e155434..0036662 100644 --- a/readme.md +++ b/readme.md @@ -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) \ No newline at end of file