Switch to proper zshrc git url

This commit is contained in:
Ben Kreeger 2024-12-03 22:54:05 -06:00
parent d81af5684d
commit 531dfc71fb
Signed by: kreeger
GPG Key ID: 1F33DAF2F49E4046

View File

@ -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