diff --git a/README.md b/README.md index 67f419d..cbf8b07 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ Zsh configuration using zgen. ``` $ git clone https://github.com/tarjoilija/zgen.git "${HOME}/.zgen" $ source ${HOME}/.zgen/zgen.zsh -$ zgen clone hybris42/zsh -$ ln -s ${HOME}/.zgen/hybris42/zsh-master/zshrc $HOME/.zshrc +$ zgen clone https://gitea.audin.me/hybris/zsh +$ ln -s ${HOME}/.zgen/https-COLON--SLASH--SLASH-gitea.audin.me-SLASH-hybris/zsh-master/zshrc $HOME/.zshrc $ zgen reset $ source ${HOME}/.zshrc ``` diff --git a/hybris.plugins b/hybris.plugins index dd9a0e7..ebcb4eb 100644 --- a/hybris.plugins +++ b/hybris.plugins @@ -1,5 +1,5 @@ # Bearstech configuration -zgen load hybris42/zsh bearstech.zsh +zgen load https://gitea.audin.me/hybris/zsh bearstech.zsh # specify plugins here zgen oh-my-zsh diff --git a/zshrc b/zshrc index 714da3d..3641a24 100644 --- a/zshrc +++ b/zshrc @@ -8,13 +8,13 @@ source "${HOME}/.zgen/zgen.zsh" ####################################### if ! zgen saved; then # Configuration - zgen load hybris42/zsh ${USER}.zsh + zgen load https://gitea.audin.me/hybris/zsh ${USER}.zsh # Plugins - zgen load hybris42/zsh ${USER}.plugins + zgen load https://gitea.audin.me/hybris/zsh ${USER}.plugins # Theme - zgen load hybris42/zsh ${USER}.theme + zgen load https://gitea.audin.me/hybris/zsh ${USER}.theme # Completions - zgen load hybris42/zsh ${USER}.completions + zgen load https://gitea.audin.me/hybris/zsh ${USER}.completions # generate the init script from plugins above zgen save