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_REPODIR
in your .zshrc or .zprofile- Recommend what
$ZAPACK_REPODIR
is empty directory
- Recommend what
- Add the line
source {zapack-path}/zapack.zsh
to your .zshrc
cd $ZAPACK_REPODIR
git 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