Skip to content

zplug/zplug2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zplug v2

This repository that is for zplug version 2.0.0 will be merged into zplug.

In addition, the specification is here.

Installation

$ git clone https://github.com/b4b4r07/zplug2 ~/.zplug

Migration

How to merge into zplug:

$ git clone https://github.com/b4b4r07/zplug  ~/zplug
$ git clone https://github.com/b4b4r07/zplug2 ~/zplug2
$ cd ~/zplug
$ git remote add zplug2 ~/zplug2
$ git fetch zplug2
$ git merge zplug2/master

Misc

For more details, see the man page with man ./doc/man/man1/zplug.1.