zconfig
August 6, 2025 ยท View on GitHub
handy plugin to manage your zsh configuration with ease
Usage
| cmd | |
|---|---|
zconfig cd | jump into $ZCONFIG_HOME, default is $HOME |
zconfig edit [editor] | open $ZCONFIG_HOME in $EDITOR or given editor command |
zconfig update | eval ZCONFIG_UPDATE_COMMAND within $ZCONFIG_HOME |
zconfig reload | reload zsh.rc |
Install
zgem
zgem bundle 'https://github.com/qoomon/zconfig.git' from:'git' use:'zconfig.zsh'
zgen
zgen load qoomon/zconfig
zgen save
Antigen
antigen bundle qoomon/zconfig
antigen apply
Oh My ZSH! custom plugin
git clone https://github.com/qoomon/zconfig $ZSH_CUSTOM/plugins/zconfig
plugins+=(k)
zplug
zplug "qoomon/zconfig"
manually
git clone https://github.com/qoomon/zconfig.git
source zconfig/zconfig.zsh