Documentation
1
2
3
4
5
6
7
8
9
10
# Usage

To use zbr, first create a configuration file. There is an example at
[`conf/conf.toml`][conftoml]. Then, add the following to your zshrc:

[conftoml]: https://github.com/langston-barrett/zbr/blob/main/conf/conf.toml

```sh
eval "$(zbr init path/to/your/conf.toml)"
```