Skip to content

Instantly share code, notes, and snippets.

@josh-leeming
Last active April 16, 2019 13:44
Show Gist options
  • Select an option

  • Save josh-leeming/10f4211ccbd55b3c8a2f7d8068fb1294 to your computer and use it in GitHub Desktop.

Select an option

Save josh-leeming/10f4211ccbd55b3c8a2f7d8068fb1294 to your computer and use it in GitHub Desktop.
Chocolatey ftw
ECHO Configure chocolatey
choco feature enable -n allowGlobalConfirmation
ECHO Installing Apps
choco install fiddler4
choco install notepadplusplus
choco install visualstudiocode
#choco install greenshot
choco install GoogleChrome
choco install putty
choco install skype
choco install slack
#choco install beyondcompare
choco install linqpad
#choco install spotify
#choco install whatsapp
ECHO Installing Utilities
choco install sysinternals
choco install procmon
choco install windirstat
choco install msysgit
#choco install gitkraken
choco install sourcetree
choco install gitextensions
#choco install poshgit
choco install 7zip
choco install logparser
choco install cmder
choco install docker-desktop
choco feature disable -n allowGlobalConfirmation
@josh-leeming
Copy link
Author

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