Skip to content

coindexter22/zpm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZPM - Zsh Plugin Manager

ZPM ( Zsh plugin manager ) is an yet another plugin manager for zsh similar to vim-plug. ZPM plugins are compatible with oh-my-zsh. ZPM runs on Linux, Android, FreeBSD and OS X.

Dependences

Instalation

From GitHub

  • Add
if [[ ! -f ~/.zpm/zpm.zsh ]]; then
    git clone --recursive https://github.com/horosgrisa/zpm ~/.zpm
fi

into .zshrc

  • If you don't have .zshrc copy example of .zshrc from zpm
cp ~/.zpm/zshrc-example ~/.zshrc

From Aur (Arch Linux)

$ yaourt zpm
$ cp /usr/share/zpm/zshrc-example ~/.zshrc

Using plugins

  • Add Plug some-plugin for enabling plugin from ~/.zpm/plugins
  • Or add Plug github-user/github-repo for enabling plugin from github.

About

ZPM - Zsh Plugin Manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 95.4%
  • Python 4.6%