micromamba is amazing, especially being able to install packages from a file declaratively `microma
micromamba is amazing, especially being able to install packages from a file declaratively
micromamba install -f packages.txt
micromamba install -f packages.txt
although I find it strange you installed it via brew, as you can simply download the binary.
As far I understand uBlue, Homebrew fills the role of rootless installing CLI stuff. From my experience, micromamba with conda-forge is also an excellent option for this as it also includes general cli tools (tmux,starship,zoxide,htop,...).