Skip to content

aiya000/zsh-zapack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

zapack license

zapack is basic fast minimum zsh plugin loader 😄

Feature

  • 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

How to install

  1. cd {your-git-repository}
  2. git submodule add https://github.com/aiya000/zsh-zapack
  3. Define $ZAPACK_REPODIR in your .zshrc or .zprofile
    • Recommend what $ZAPACK_REPODIR is empty directory
  4. Add the line source {zapack-path}/zapack.zsh to your .zshrc

How to use

  1. cd $ZAPACK_REPODIR
  2. git submodule add {zsh_plugins}
  3. Restart your zsh
    • zsh_plugins will be loaded by {your-git-repository}/zsh-zapack/zapack.sh

About

The basic minimum zsh plugin **loader** 👍

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages