From 5d90c58980911692913e369141bbb15e16f588b4 Mon Sep 17 00:00:00 2001 From: Andreas Fendt Date: Sat, 5 Oct 2019 12:05:41 +0200 Subject: [PATCH] Changed oh-my-zsh url to hyp3r --- install-debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-debian.sh b/install-debian.sh index ed38c74..80f3848 100644 --- a/install-debian.sh +++ b/install-debian.sh @@ -35,7 +35,7 @@ install-fzf() { install-ohmyzsh() { if [ ! -d ~/.oh-my-zsh ]; then # install oh-my-zsh - git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh + git clone https://github.com/HyP3r-/oh-my-zsh.git ~/.oh-my-zsh touch ~/.zshrc && cp ~/.zshrc ~/.zshrc.orig cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc