phnaphnt / zap

:zap: Zap is a minimal zsh plugin manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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: Zap is a minimal zsh plugin manager

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%