Skip to content

Instantly share code, notes, and snippets.

@marsyang1
Last active August 30, 2018 17:25
Show Gist options
  • Select an option

  • Save marsyang1/8e03136d150efcc686953efdca7594d7 to your computer and use it in GitHub Desktop.

Select an option

Save marsyang1/8e03136d150efcc686953efdca7594d7 to your computer and use it in GitHub Desktop.
use chocolatey to prepare develop environment.
:: VCS tool
choco install sourcetree tortoisehg -y
:: editor
choco install notepadplusplus sublimetext3 vscode -y
:: IDE
choco install androidstudio genymotion android-sdk -y
:: db tool
choco install mysql.workbench -y
:: DevOpts
choco install virtualbox virtualbox.extensionpack vagrant packer -y
:: help desk tool
choco install rdmfree -y
:: maybe broken
:: choco install robomongo -y
:: vpn
choco install openvpn -y
:: ruby gem tool
gem install compass
:: checking installed package
choco version all
choco upgrade pgkname --noop
choco upgrade chocolatey
:: basic shell library
choco install cmder gradle jdk8 nodejs.install python ruby -y
:: dotnet library
choco install powershell dotnet3.5 dotnet4.0 dotnet4.5 dotnet4.5.1 dotnet4.5.2 dotnet4.6 dotnet4.6.1 dotnet4.7 dotnet4.7.1 vcredist2015 vcredist2017 vcredist140 -y
:: VCS
choco install git.install hg -y
:: editor
choco install notepadplusplus.install vscode sublimetext3 -y
:: vim is not working
:: checking installed package
choco version all
choco upgrade pgkname --noop
:: tool
choco install filezilla 7zip.install winrar -y
:: lightshot , winrar is not working
:: web tool
choco install googlechrome firefox flashplayerplugin -y
:: opera not working
:: help desk tool
choco install teamviewer -y
:: vpn
::choco install openvpn -y
:: IM
choco install slack skype -y
:: checking installed package
choco version all
:: choco update all -y
:: choco upgrade all -y
choco upgrade pgkname --noop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment