Skip to content

Instantly share code, notes, and snippets.

@softon
Last active February 7, 2021 18:32
Show Gist options
  • Save softon/03b468d48bf1a890a743aec40d439464 to your computer and use it in GitHub Desktop.
Save softon/03b468d48bf1a890a743aec40d439464 to your computer and use it in GitHub Desktop.

Chocolatey Developer Setup

Open PowerShell with Administrator rights and run following command.

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

Next run the following command for installing all developer and other essential softwares softwares

  1. Essential Softwares
choco install adobereader googlechrome firefox jre8 7zip.install vcredist140 vlc cutepdf skype ccleaner  libreoffice-fresh zoom k-litecodecpackfull dropbox chocolateygui office365proplus ant-renamer riot steam inkscape gimp obs-studio audacity audacity-lame audacity-ffmpeg dotnetfx vcredist2015 k-litecodecpackfull chocolateygui wireshark winpcap windirstat greenshot qbittorrent anydesk rufus pdfsam.install cpu-z.install googledrive whatsapp miketex.install  
  1. Developer Softwares
choco install notepadplusplus.install insomnia-rest-api-client gdevelop putty blender androidstudio android-sdk gradle electron git.install python3 openssh vscode winscp.install atom conemu slack cmder sublimetext3 mingw docker-desktop vagrant dbeaver 

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