diff --git a/setup.sh b/setup.sh index c03d8db..4b6b04f 100755 --- a/setup.sh +++ b/setup.sh @@ -2,7 +2,7 @@ # Setup script. if [[ ! -d "$HOME/.zsh" ]]; then - git clone --recurse-submodules https://github.com/kreeger/zshrc.git $HOME/.zsh + git clone --recurse-submodules https://git.kree.gr/kreeger/zshrc.git $HOME/.zsh ln -sfv $HOME/.zsh/zshrc $HOME/.zshrc fi