Published an article about how we manage our project's #development environment at work using #direnv and #micromamba: https://blog.cosinux.org/2025-project-environment-management.html
Direnv sets up micromamba which in turn downloads our tooling. You basically just have to put `use micromamba my-env my-env.txt` in your `.envrc` file and direnv takes care of bootstrapping and activating the micromamba environment.