During the London retreat, we worked on simplifying and improving the Monty configs, among other projects. Our configurations are now composable, rather than being overridden through inheritance. This is a big step toward making Monty easier to use and understand. If you’re interested in more details, check out @tslominski’s post, or watch our demo presentation.
We also built a Terminal User Interface (TUI) called lazyconfigs to make it easier for us and the community to quickly put together new experiment config files or modify existing ones. I walk through a demo of this in the presentation.
lazyconfigs is now available in this repository and can be installed with:
brew tap thousandbrainsproject/tap
brew install --cask lazyconfigs
Alternatively, you can build from source. The tool is relatively straightforward to use and supports customizable themes and keybindings. Let us know if you run into any issues or have feedback.
