Mamba
mambamamba is a reimplementation of the conda package manager in C++.
mamba is a reimplementation of the conda package manager in C++.
envs_dirspkgs_dirsOtty splits these out before upload and puts each machine’s own back on the way down — no templates to write.
Nothing. Mamba writes no caches or state in your home directory.
envs_dirspkgs_dirsshow_channel_urls: trueauto_activate_base: false envs_dirs:machine-local - /opt/mamba/envs - /Volumes/scratch/envs pkgs_dirs:machine-local - /opt/mamba/pkgsEach machine keeps its own copy of these.
Only what the catalog names. A directory that syncs brings everything inside it except what is listed as excluded here.
Opens otty://sync/add/mamba. Otty ships with this catalog, so the link only has to name the tool — nothing is downloaded.
Every one of these is generated from the same rules as this page. None of them splits envs_dirs and pkgs_dirs for you — that part is Otty’s own sync, or a template you write by hand.