Skip to content

Instantly share code, notes, and snippets.

@potatowagon
Last active March 19, 2023 08:38
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 potatowagon/c355a1f807cb91ec724425c10d01959c to your computer and use it in GitHub Desktop.
Save potatowagon/c355a1f807cb91ec724425c10d01959c to your computer and use it in GitHub Desktop.
right click cmd > run as admin
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "[System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
refreshenv
choco install googlechrome
choco install python3
choco install vscode
choco install git
refreshenv
start chrome
start code
choco install telegram
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment