Skip to content

Instantly share code, notes, and snippets.

@spaghettidba
Created February 14, 2020 16:18
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 spaghettidba/8779811d174a55bed4212f2816c6ab2c to your computer and use it in GitHub Desktop.
Save spaghettidba/8779811d174a55bed4212f2816c6ab2c to your computer and use it in GitHub Desktop.
Download and extract Micro
wget "https://github.com/$([regex]::match((wget https://github.com/zyedidia/micro/releases/latest).Content,'\/zyedidia\/micro\/releases\/download\/.+win64\.zip').Groups[0].Value)" -OutFile "$($env:temp)\micro.zip"; Expand-Archive -Path "$($env:temp)\micro.zip" -DestinationPath (gl)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment