Created
March 25, 2017 15:37
-
-
Save royopa/d18eddd7be9925939e4e4ba677c8eb37 to your computer and use it in GitHub Desktop.
my choco install
This file contains hidden or 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
iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex | |
choco install filezilla -y | |
choco install putty -y | |
choco install 7zip -y | |
choco install XmlNotepad -y | |
choco install githubforwindows -y | |
choco install pdfcreator -y | |
choco install FoxitReader -y | |
choco install jdk8 -y | |
choco install python3 -y | |
choco install sublimetext3 -y | |
choco install console2 -y | |
choco install chocolatey -y | |
choco install notepadplusplus -y | |
choco install flashplayerplugin -y | |
choco install googlechrome -y | |
choco install jre8 -y | |
choco install git -y | |
choco install sysinternals -y | |
choco install dotnet4.5 -y | |
choco install chocolateygui -y | |
choco install conemu -y | |
choco install devbox-sed devbox-clink -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment