Last active
September 8, 2017 00:13
-
-
Save ravpacheco/202e8c547c36866de82e955f5f2ed873 to your computer and use it in GitHub Desktop.
Added chocolatey package
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set-ExplorerOptions -showFileExtensions | |
Enable-RemoteDesktop | |
Set allowGlobalConfirmation property | |
#For choco | |
#choco feature enable -n=allowGlobalConfirmation | |
choco install chocolatey | |
choco install jre8 | |
choco install jdk8 | |
choco install androidstudio | |
choco install googlechrome | |
choco install 7zip.install | |
choco install git.install | |
choco install filezilla | |
choco install curl | |
choco install putty | |
choco install paint.net #[x] | |
choco install visualstudiocode | |
choco install visualstudio2015enterprise | |
choco install nodejs | |
choco install autohotkey.install | |
choco install f.lux | |
choco install linqpad | |
choco install zoomit | |
choco install scriptcs | |
choco install miktex | |
choco install texstudio | |
choco install sourcetree | |
choco install intellijidea-community | |
choco install postgresql | |
choco install powershell | |
#choco install cmder | |
choco install nugetpackageexplorer | |
choco install dotnetcore-runtime | |
choco install dotnetcoresdk | |
choco install obs #[x] realize streaming of your desktop | |
choco install ruby | |
choco install msys2 | |
choco install wireshark | |
choco install python | |
choco install fiddler4 | |
choco install dbeaver | |
choco install redis-64 | |
##################### | |
# To test | |
##################### | |
# Screenshot tool | |
# cinstm greenshot | |
# Without Git, we might as well go home. | |
# cinstm poshgit | |
# cinstm git-credential-winstore -Version 1.2.0.0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment