Skip to content

Instantly share code, notes, and snippets.

@xanathar
Last active April 26, 2017 16:52
Show Gist options
  • Save xanathar/dbfebdc376438bb9f999 to your computer and use it in GitHub Desktop.
Save xanathar/dbfebdc376438bb9f999 to your computer and use it in GitHub Desktop.
Bare minimum setup of Windows machine for devs (dev platform agnostic)
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
cd %ALLUSERSPROFILE%\chocolatey\bin
choco install googlechrome -y
choco install flashplayerplugin -y
choco install 7zip -y
choco install xnview -y
choco install notepadplusplus -y
choco install git -y
choco install vlc -y
choco install sysinternals -y
choco install curl -y
choco install evernote -y
choco install wget -y
choco install dropbox -y
choco install spotify -y
choco install winmerge -y
choco install skype -y
choco install filezilla -y
choco install dotnet3.5 -y
choco install dotnet4.5 -y
choco install paint.net -y
choco install putty -y
choco install virtualbox -y
choco install fiddler -y
choco install wunderlist -y
choco install truecrypt -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment