Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Grigorii Horos committed Feb 24, 2019
1 parent 0ef5cf2 commit a6354a3
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README.md
@@ -1,10 +1,9 @@
zsh-dropbox
dropbox
===========

Dropbox plugin for ZSH
ZSH plugin for Dropbox

This plugin provides 2 apps: dropbox-cli and dropbox-uploader
and completions for them.
This plugin provides 2 apps: dropbox-cli and dropbox-uploader and completions for them.


Installation
Expand All @@ -14,15 +13,15 @@ Installation
* Clone this repository into `~/.oh-my-zsh/custom/plugins`
```sh
cd ~/.oh-my-zsh/custom/plugins
git clone https://github.com/horosgrisa/zsh-dropbox
git clone https://github.com/zpm-zsh/dropbox
```
* After that, add `zsh-dropbox` to your oh-my-zsh plugins array.
* After that, add `dropbox` to your oh-my-zsh plugins array.

### If you use [Zgen](https://github.com/tarjoilija/zgen)

1. Add `zgen load horosgrisa/zsh-dropbox` to your `.zshrc` with your other plugin
1. Add `zgen load zpm-zsh/dropbox` to your `.zshrc` with your other plugin
2. run `zgen save`

### If you use my [ZPM](https://github.com/horosgrisa/ZPM)
### If you use my [ZPM](https://github.com/zpm-zsh/zpm)

* Add `Plug horosgrisa/zsh-dropbox` into your `.zshrc`
* Add `zpm load zpm-zsh/dropbox` into your `.zshrc`

0 comments on commit a6354a3

Please sign in to comment.