Skip to content

Instantly share code, notes, and snippets.

@brentarias
Last active March 18, 2023 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save brentarias/1f7f699e058c98e00e22d7219c302fec to your computer and use it in GitHub Desktop.
Save brentarias/1f7f699e058c98e00e22d7219c302fec to your computer and use it in GitHub Desktop.
Powershell chocolatey script for building a software developer's machine.
#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.install
#choco install -y python2
#choco install -y anaconda3
choco install -y sql-server-management-studio
choco install -y vscode
#choco install -y visualstudio2017community
choco install -y docker-desktop
#add ssh.bat with "stermc %1"
choco install -y bitvise-ssh-client
choco install -y nuget.commandline
choco install -y nugetpackageexplorer
#node.js version manager
choco install -y nvm
choco install -y jre8
choco install -y umlet
#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 fiddler
#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 packer
#choco install -y vagrant
choco install -y terraform
#choco install -y packer
<#
PerfView
https://github.com/Microsoft/perfview/blob/master/documentation/Downloading.md
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 sysinternals
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