Skip to content

Instantly share code, notes, and snippets.

@fujii
Last active February 21, 2024 05:14
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 fujii/ed68461fb0ccac823eecae47866c4c38 to your computer and use it in GitHub Desktop.
Save fujii/ed68461fb0ccac823eecae47866c4c38 to your computer and use it in GitHub Desktop.
Set-ExecutionPolicy Bypass -Scope Process -Force
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072
iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
choco install -y xampp-81 python311 ruby git cmake gperf llvm ninja
python -m pip install pywin32
git config --global core.autocrlf input
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment