Skip to content

Instantly share code, notes, and snippets.

@rsnk96
Last active December 6, 2018 10:27
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 rsnk96/a5981cfe2e7a0b2299a0cb97f963339e to your computer and use it in GitHub Desktop.
Save rsnk96/a5981cfe2e7a0b2299a0cb97f963339e to your computer and use it in GitHub Desktop.
A chocolatey script to set up programs on windows
choco install chocolatey chocolatey-core.extension -y
choco install googlechrome firefox office365proplus -y
choco install adobereader 7zip vlc ccleaner teracopy bulk-crap-uninstaller -y
:: Optional
choco install aria2 google-backup-and-sync skype dropbox -y
choco install greenshot f.lux -y
choco install bitwarden keepass -y
:: Optional – 2
choco install nvidia-display-driver -y
:: Devs
choco install git.install vscode -y
choco install anaconda3 -y
choco install ffmpeg exiftool opencv -y
:: Also have to install iobit uninstaller and Station outside separately
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment