An open API service indexing awesome lists of open source software.

https://github.com/redxtech/zsh-media-sync


https://github.com/redxtech/zsh-media-sync

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# media-sync
> media-sync is a zsh plugin installs predefined "modules"

## Installing

### zinit
Add this to your zinit config (.zshrc):
```zsh
zinit light redxtech/zsh-media-sync

# it also works with turbo mode:
zinit ice wait lucid
zinit load redxtech/zsh-media-sync
```

### oh-my-zsh
Install it with your favourite zsh package manager, or clone it directly to your
`$ZSH_CUSTOM/plugins` directory with git, and add `zsh-media-sync` to the plugins
array in your `.zshrc` file:

```zsh
plugins=(... zsh-media-sync)
```

## Usage
TODO: write usage section in readme

## Author
**media-sync** © [Gabe Dunn](https://github.com/redxtech), Released under the [MIT](./license.md) License.