Skip to content

Instantly share code, notes, and snippets.

@yoshimov
Created October 2, 2012 07:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yoshimov/3817081 to your computer and use it in GitHub Desktop.
Save yoshimov/3817081 to your computer and use it in GitHub Desktop.
auto install script for initial setup at home.
# @powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://raw.github.com/gist/3817081/first-chocolatey.ps1'))"
# install Chocolatey
iex ((new-object net.webclient).DownloadString('http://bit.ly/psChocInstall'))
# basic
cinst vlc
cinst 7zip
cinst pdfcreator
cinst keepass
cinst git
cinst ccleaner
cinst unlocker
cinst apache.ant
cinst virtualclonedrive
cinst xyzzy
cinst vim
cinst putty
cinst groovy
cinst freemind
cinst dia
cinst evernote
cinst adobereader
# Synergy should be the last one. It will reboot machine silently.
cinst synergy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment