sheldon

Crates.io Version Docs.rs Latest Build Status

A fast, configurable, shell plugin manager.

Features

Getting started

You can install the sheldon command line tool using

sh cargo install sheldon

Create a configuration file at ~/.zsh/plugins.toml.

toml [plugins.oh-my-zsh] github = 'robbyrussell/oh-my-zsh'

Read up more about configuration here.

You can then use the source command to generate the script

```sh

~/.zshrc

source <(sheldon source) ```

License

This project is dual licensed under the Apache 2.0 License and the MIT License.

See LICENSE-APACHE and LICENSE-MIT for more details.