migrate from github to gitea
This commit is contained in:
parent
62b9239d16
commit
4c46de65c3
3 changed files with 7 additions and 7 deletions
|
|
@ -6,8 +6,8 @@ Zsh configuration using zgen.
|
||||||
```
|
```
|
||||||
$ git clone https://github.com/tarjoilija/zgen.git "${HOME}/.zgen"
|
$ git clone https://github.com/tarjoilija/zgen.git "${HOME}/.zgen"
|
||||||
$ source ${HOME}/.zgen/zgen.zsh
|
$ source ${HOME}/.zgen/zgen.zsh
|
||||||
$ zgen clone hybris42/zsh
|
$ zgen clone https://gitea.audin.me/hybris/zsh
|
||||||
$ ln -s ${HOME}/.zgen/hybris42/zsh-master/zshrc $HOME/.zshrc
|
$ ln -s ${HOME}/.zgen/https-COLON--SLASH--SLASH-gitea.audin.me-SLASH-hybris/zsh-master/zshrc $HOME/.zshrc
|
||||||
$ zgen reset
|
$ zgen reset
|
||||||
$ source ${HOME}/.zshrc
|
$ source ${HOME}/.zshrc
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# Bearstech configuration
|
# Bearstech configuration
|
||||||
zgen load hybris42/zsh bearstech.zsh
|
zgen load https://gitea.audin.me/hybris/zsh bearstech.zsh
|
||||||
|
|
||||||
# specify plugins here
|
# specify plugins here
|
||||||
zgen oh-my-zsh
|
zgen oh-my-zsh
|
||||||
|
|
|
||||||
8
zshrc
8
zshrc
|
|
@ -8,13 +8,13 @@ source "${HOME}/.zgen/zgen.zsh"
|
||||||
#######################################
|
#######################################
|
||||||
if ! zgen saved; then
|
if ! zgen saved; then
|
||||||
# Configuration
|
# Configuration
|
||||||
zgen load hybris42/zsh ${USER}.zsh
|
zgen load https://gitea.audin.me/hybris/zsh ${USER}.zsh
|
||||||
# Plugins
|
# Plugins
|
||||||
zgen load hybris42/zsh ${USER}.plugins
|
zgen load https://gitea.audin.me/hybris/zsh ${USER}.plugins
|
||||||
# Theme
|
# Theme
|
||||||
zgen load hybris42/zsh ${USER}.theme
|
zgen load https://gitea.audin.me/hybris/zsh ${USER}.theme
|
||||||
# Completions
|
# Completions
|
||||||
zgen load hybris42/zsh ${USER}.completions
|
zgen load https://gitea.audin.me/hybris/zsh ${USER}.completions
|
||||||
|
|
||||||
# generate the init script from plugins above
|
# generate the init script from plugins above
|
||||||
zgen save
|
zgen save
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue