WIP
A fast, configurable, shell plugin manager.
Install it using
cargo install sheldon
Then create a plugins file at ~/.zsh/plugins.toml
toml
[plugins.oh-my-zsh]
source = 'github'
repository = 'robbyrussell/oh-my-zsh'
Read up more about configuration here.
You can then use the source
command to generate the init script
```
source <(sheldon source) ```
This project is dual licensed under the Apache 2.0 License and the MIT License.
See the LICENSE-APACHE and LICENSE-MIT files.