Created
January 21, 2023 23:33
-
-
Save wolfv/16ed75cabcb2554b5cd4ed74389b18a2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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