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