Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1020 Bytes

README.md

File metadata and controls

56 lines (37 loc) · 1020 Bytes

ZPacman

A simple, small omz plugin manager

Installation

  1. Install zsh curl first.

  2. Install Oh My Zsh.

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  1. Install ZPacman.
git clone --depth 1 https://github.com/Yttehs-HDX/zpacman.git ~/.zpacman
cd ~/.zpacman
make

Function

Refer to zpacman help

$ zpacman help
ZPacman - OMZ Plugin Manager by Yttehs-HDX@Github

Usage: zpacman install <name> [url]
       zpacman install <url>
       zpacman uninstall <name>
       zpacman info <name>
       zpacman list
       zpacman reload

My Custom Configs

Warning

The following commands are no longer working:

omz plugin enable <plugin_name>
omz plugin disable <plugin_name>

License

MIT