Skip to content

Instantly share code, notes, and snippets.

@Takerman
Last active August 5, 2024 14:55
Show Gist options
  • Save Takerman/76a9818f8e8ae50811416acf8879d728 to your computer and use it in GitHub Desktop.
Save Takerman/76a9818f8e8ae50811416acf8879d728 to your computer and use it in GitHub Desktop.
Installation of my software via chocolately
@"%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://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
choco install revo-uninstaller -A
choco install 7zip -y
choco install sendtokindle -y
choco install git -y
choco install glaryutilities-free -y
choco install googledrive -y
choco install lightshot -y
choco install dotnetcore -y
choco install dotnetcore-runtime -y
choco install dotnetcore-sdk -y
choco install dotnet -y
choco install dotnetcore-aspnetruntime -y
choco install vscode -y
choco install nodejs -y
choco install qbittorrent -y
choco install nvm -y
choco install slack -y
choco install mobaxterm -y
choco install visualstudio-installer -y
choco install chocolateypackageupdater -y
choco install blender -y
choco install azure-data-studio -y
cup all -y
npm install -g @vue/cli
@Takerman
Copy link
Author

Install also:

  • Creality Print

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