Skip to content

Instantly share code, notes, and snippets.

@caschw
Forked from ytechie/boxstarter
Last active August 18, 2016 13:44
Show Gist options
  • Save caschw/7216643660f349b6e9e2 to your computer and use it in GitHub Desktop.
Save caschw/7216643660f349b6e9e2 to your computer and use it in GitHub Desktop.
#RUN the following to kick off script-> START http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/caschw/7216643660f349b6e9e2/raw/763cb0a42ab7e21eee9c22a96b94df5c0e1bcaa5/boxstarter
#So Meta!
choco install chocolatey
choco install boxstarter
#run the rest in the boxstarter shell
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
Enable-RemoteDesktop
#Browser stuff
choco install google-chrome-x64
# Text Editors
choco install notepadplusplus
choco install visualstudiocode
#Utilities
choco install tortoisehg
choco install paint.net
choco install 7zip.install
choco install fiddler
choco install vlc
choco install githubforwindows
choco install skype
choco install f.lux
choco install imagemagick
choco install slack
choco install linqpad
choco install zoomit
choco install bingdesktop
choco install AzureStorageExplorer
choco install NuGet.CommandLine
#Environment
choco install Microsoft-Hyper-V-All -source windowsFeatures
choco install IIS-WebServerRole -source windowsfeatures
# JetBrains
choco install resharper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment