Skip to content
/ zap Public
forked from zap-zsh/zap

⚡ Zap is a minimal zsh plugin manager

License

Notifications You must be signed in to change notification settings

mesalilac/zap

 
 

Repository files navigation

zap_logo


Latest release Last commit License Stars Issues Repo Size Patreon donate button follow on Twitter

⚡ Zap is a minimal zsh plugin manager

Install

sh <(curl -s https://raw.githubusercontent.com/zap-zsh/zap/master/install.sh)

Example usage

Add the following to your .zshrc

# Example install plugins
plug "zap-zsh/supercharge"
plug "zsh-users/zsh-autosuggestions"
plug "zsh-users/zsh-syntax-highlighting"

# Example theme
plug "zap-zsh/zap-prompt"

# Example install completion
plug "esc/conda-zsh-completion"

Commands

Zap provided commands for updating and cleaning up plugins

  • To update plugins or Zap:

    zap --update
  • To remove plugins you are no longer using:

    zap --clean

Uninstall

rm -rf ~/.local/share/zap

Notes

Will only work with plugins that are named conventionally, this means that the plugin file is the same name as the repository with the following extensions:

  • .plugin.zsh
  • .zsh
  • .zsh-theme

For example: vim

Socials

Github Logo Discord Logo Twitter Logo Reddit Logo

Thanks to all contributors

About

⚡ Zap is a minimal zsh plugin manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%