Skip to content

Instantly share code, notes, and snippets.

@shangoyanyi
Last active May 17, 2016 09:29
Show Gist options
  • Save shangoyanyi/ba201e1b40a7265c81b4053e89a2aa8f to your computer and use it in GitHub Desktop.
Save shangoyanyi/ba201e1b40a7265c81b4053e89a2aa8f to your computer and use it in GitHub Desktop.
chocolatey install guide
chocolatey install guide
# install chocolatey (https://chocolatey.org/)
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
# cmder (which needs Visual C++ Redistributable pre-installed)
# Windows 64-bit: http://download.microsoft.com/download/9/3/F/93FCF1E7-E6A4-478B-96E7-D4B285925B00/vc_redist.x64.exe
# Windows 32-bit: http://download.microsoft.com/download/9/3/F/93FCF1E7-E6A4-478B-96E7-D4B285925B00/vc_redist.x86.exe
choco install cmder
# General Tool
choco install 7zip.install
choco install googlechrome
choco install googledrive
#choco install firefox
#choco install dropbox
#choco install 1password
#choco install spotify
#choco install evernote
# F2E
choco install notepadplusplus.install
choco install visualstudiocode
choco install git.install
choco install nodejs.install
# Java
choco install jdk7
#choco install jdk8
choco install gradle
choco install eclipse
@shangoyanyi
Copy link
Author

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