A fast, configurable, shell plugin manager.
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
source <(sheldon source) ```
This project is dual licensed under the Apache 2.0 License and the MIT License.
See LICENSE-APACHE and LICENSE-MIT for more details.