Skip to content

Instantly share code, notes, and snippets.

@zfogg
Created March 28, 2026 04:45
Show Gist options
  • Select an option

  • Save zfogg/5632736f2ff9edfb0b76d8975eda2664 to your computer and use it in GitHub Desktop.

Select an option

Save zfogg/5632736f2ff9edfb0b76d8975eda2664 to your computer and use it in GitHub Desktop.
Setup a new Windows machine for development
# Install chocolatey https://chocolatey.org/install
# From an Admin shell
Set-ExecutionPolicy Bypass -Scope Process
# Install scoop https://github.com/ScoopInstaller/scoop#installation
# From a user shell
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
scoop install neovim git cmake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment