From 531dfc71fb204d2ab5a9928b7c5fc01533065dda Mon Sep 17 00:00:00 2001 From: Ben Kreeger Date: Tue, 3 Dec 2024 22:54:05 -0600 Subject: [PATCH] Switch to proper zshrc git url --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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