Switch to proper zshrc git url
This commit is contained in:
parent
d81af5684d
commit
531dfc71fb
2
setup.sh
2
setup.sh
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Setup script.
|
# Setup script.
|
||||||
if [[ ! -d "$HOME/.zsh" ]]; then
|
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
|
ln -sfv $HOME/.zsh/zshrc $HOME/.zshrc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user