Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zplugin installation + TOC with doctoc #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [Revolver](#revolver)
- [Installation](#installation)
- [Zulu](#zulu)
- [zplug](#zplug)
- [zplugin](#zplugin)
- [Homebrew](#homebrew)
- [Manual](#manual)
- [Usage](#usage)
- [Styles](#styles)
- [Hiding cursor](#hiding-cursor)
- [License](#license)
- [Team](#team)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

# Revolver

A progress spinner for ZSH scripts
Expand All @@ -20,6 +39,13 @@ zplug "molovo/revolver", \
use:revolver
```

### zplugin

```sh
zplugin ice wait lucid as"command" pick"revolver"
zplugin light revolver
```

### [Homebrew](http://brew.sh)

```sh
Expand Down