zapack is basic fast minimum zsh plugin loader ๐
- Fast
- zapack gives basic function only
- Don't give some functions for managing zsh plugins
- You don't have to write some line to .zshrc ๐
- You can use git-submodule instead
- (Assume zapack is used in git repository)
- For example: your dotfiles repository
cd {your-git-repository}git submodule add https://github.com/aiya000/zsh-zapack- Define
$ZAPACK_REPODIRin your .zshrc or .zprofile- Recommend what
$ZAPACK_REPODIRis empty directory
- Recommend what
- Add the line
source {zapack-path}/zapack.zshto your .zshrc
cd $ZAPACK_REPODIRgit submodule add {zsh_plugins}- Restart your zsh
- zsh_plugins will be loaded by
{your-git-repository}/zsh-zapack/zapack.sh
- zsh_plugins will be loaded by