migrate from github to gitea

This commit is contained in:
2022-10-17 10:47:09 +02:00
parent 62b9239d16
commit 4c46de65c3
3 changed files with 7 additions and 7 deletions

View File

@@ -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
```