From dec17cfb89349b0f6159bc9a85700d43bdd6c882 Mon Sep 17 00:00:00 2001 From: Bradley Richins Date: Tue, 19 May 2020 21:29:39 -0600 Subject: [PATCH] Update git repo link Updated ohmyzsh git url https://github.com/robbyrussell/oh-my-zsh.git > https://github.com/ohmyzsh/ohmyzsh.git --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9e53c52..f4c2bfd 100755 --- a/install.sh +++ b/install.sh @@ -69,7 +69,7 @@ if [ $zse -eq 1 ]; then fi ## Oh-My-ZSH (framework) -git clone --quiet --depth=1 https://github.com/robbyrussell/oh-my-zsh.git $usrhome/.oh-my-zsh & working "Cloning Oh-My-ZSH" +git clone --quiet --depth=1 https://github.com/ohmyzsh/ohmyzsh.git $usrhome/.oh-my-zsh & working "Cloning Oh-My-ZSH" ## ZSH Auto-Suggestions (plugin) git clone --quiet https://github.com/zsh-users/zsh-autosuggestions.git $usrhome/.config/zsh/plugins/zsh-autosuggestions & working "Cloning zsh-autosuggestions" ## ZSH Syntax-highlighting (plugin)