migrate from github to gitea
This commit is contained in:
8
zshrc
8
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
|
||||
|
||||
Reference in New Issue
Block a user