Skip to content

Instantly share code, notes, and snippets.

@kylefender
Last active January 25, 2023 21:08
Show Gist options
  • Select an option

  • Save kylefender/a80ef22675f35111124f6217bfab8f19 to your computer and use it in GitHub Desktop.

Select an option

Save kylefender/a80ef22675f35111124f6217bfab8f19 to your computer and use it in GitHub Desktop.
Setup my dev machine
#RUN the following to kick off script-> START http://boxstarter.org/package/nr/url?<raw link ie. https://gist.github.com/kylefender/a80ef22675f35111124f6217bfab8f19/raw/53f59ae634117c5c86cd1f20bfeadac15e4a4f0e/DevBoxstarter>
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
choco install
choco install visualstudio2015enterprise
#Utilities
choco install paint.net
choco install 7zip.install
choco install fiddler4
choco install vlc
choco install githubforwindows
choco install skype
choco install f.lux
choco install imagemagick
choco install slack
choco install linqpad
choco install vmwarevsphereclient
choco install NuGet.CommandLine
choco install spotify
choco install virtualbox
choco install sysinternals
#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