From a1e7b0ccd66a513a9af3cff57e4f6988ace19530 Mon Sep 17 00:00:00 2001 From: bretello Date: Tue, 7 Jan 2025 15:24:58 +0100 Subject: [PATCH] zsh: update omz repo name --- brethil_dotfile.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/brethil_dotfile.sh b/brethil_dotfile.sh index 57eb723..66659e9 100755 --- a/brethil_dotfile.sh +++ b/brethil_dotfile.sh @@ -39,12 +39,12 @@ if [[ ! ${zsh_plugins}.zsh -nt ${zsh_plugins}.txt ]]; then antidote bundle <${zsh_plugins}.txt >>${zsh_plugins}.zsh if (( $+commands[systemctl] )); then - antidote bundle robbyrussell/oh-my-zsh path:plugins/systemd >>${zsh_plugins}.zsh + antidote bundle ohmyzsh/ohmyzsh path:plugins/systemd >>${zsh_plugins}.zsh fi if (( $+commands[pacman] )); then - antidote bundle robbyrussell/oh-my-zsh path:plugins/archlinux >>${zsh_plugins}.zsh + antidote bundle ohmyzsh/ohmyzsh path:plugins/archlinux >>${zsh_plugins}.zsh elif (( $+commands[apt-get] )); then - antidote bundle robbyrussell/oh-my-zsh path:plugins/debian >>${zsh_plugins}.zsh + antidote bundle ohmyzsh/ohmyzsh-my-zsh path:plugins/debian >>${zsh_plugins}.zsh fi )