Skip to content

Instantly share code, notes, and snippets.

@wolfv
Created January 21, 2023 23:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wolfv/16ed75cabcb2554b5cd4ed74389b18a2 to your computer and use it in GitHub Desktop.
Save wolfv/16ed75cabcb2554b5cd4ed74389b18a2 to your computer and use it in GitHub Desktop.
mkdir -p ~/.local/bin
set PLATFORM=win
set ARCH=64
curl -Ls https://micro.mamba.pm/api/micromamba/%PLATFORM%-%ARCH%/latest | tar -xvj -C ~/.local/bin/ --strip-components=1 Library/bin/micromamba.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment