Skip to content

Instantly share code, notes, and snippets.

@dudymas
Forked from brentarias/Development.ps1
Created August 22, 2016 17:55
Show Gist options
  • Save dudymas/627d9be7e44f7921716e9eee3a814b3b to your computer and use it in GitHub Desktop.
Save dudymas/627d9be7e44f7921716e9eee3a814b3b to your computer and use it in GitHub Desktop.
Powershell chocolatey script for building a software developer's machine.
<#
visual studio
#>
choco install -y sysinternals
#add ssh.bat with "stermc %1"
#choco install -y bitvise-ssh-client
choco install -y nuget.commandline
choco install -y nugetpackageexplorer
choco install -y python2
choco install -y nodejs.install
choco install -y visualstudiocode
choco install -y jre8
#Visual Studio already installs GIT, but the VS
#version is usually older and does not make available
#useful tools, such as "git bash".
choco install -y git
#winmerge has installer options (e.g. plugins, explorer context menu, system path update).
#Need to find how to set these options via chocolately. Also VSCode has good diffing anyway!
choco install -y winmerge
choco install -y fiddler4
choco install -y wireshark
choco install -y virtualbox
#choco install -y cmake
#Babun is one option for installing Ansible on Windows
#git install -y babun
#git already contains mingw
#choco install -y mingw
#choco install -y conemu
choco install -y tightvnc
#docker option for VBox must be unchecked, if VBox already installed.
choco install -y vagrant
choco install -y terraform
choco install -y docker
#choco install -y packer
#choco install -y mysql
<#
xamarin
choco install awscli
jing
heidisql
winampplugins.co.uk/curl
yeoman.io
#>
choco install -y 7zip.install
choco install -y autohotkey.install
choco install -y notepad2-mod
choco install -y sublimetext3
choco install -y f.lux
choco install -y zoomit
choco install -y googlechrome
choco install -y paint.net
choco install -y kindle
#choco install -y skype
choco install -y discord
choco install -y webpi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment