Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • 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
@ta3113ta
Copy link

Thank you so much.

@Scot-Bernard
Copy link

Thank you!

@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