Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AidarGatin/b6d1a226272e4afcc89afb45fa982ae7 to your computer and use it in GitHub Desktop.
Save AidarGatin/b6d1a226272e4afcc89afb45fa982ae7 to your computer and use it in GitHub Desktop.
Invoke-WebRequest https://chocolatey.org/install.ps1 -UseBasicParsing | Invoke-Expression;
choco install vim
@smoke
Copy link

smoke commented May 26, 2023

Thank you!

The same way you can install nano as well:

Invoke-WebRequest https://chocolatey.org/install.ps1 -UseBasicParsing | Invoke-Expression;
choco install nano -y

@tedonmain
Copy link

works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment