Skip to content

Instantly share code, notes, and snippets.

@tolu
Last active June 15, 2016 06:28
Show Gist options
  • Save tolu/b7be873a1e842ad667c972950ddd320d to your computer and use it in GitHub Desktop.
Save tolu/b7be873a1e842ad667c972950ddd320d to your computer and use it in GitHub Desktop.
#BoxStarterConfigFile
#Basic Setup
Update-ExecutionPolicy Unrestricted
Set-ExplorerOptions -showHiddenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
#Windows Features
cinst Microsoft-Hyper-V-All -source windowsfeatures
cinst IIS-WebServerRole -source windowsfeatures
cinst IIS-HttpCompressionDynamic -source windowsfeatures
cinst IIS-WebServer -source windowsfeatures
cinst IIS-WebServerManagementTools -source windowsfeatures
cinst IIS-HttpRedirect -source windowsfeatures
cinst IIS-ASPNET45 -source windowsfeatures
cinst IIS-ASPNET -source windowsfeatures
cinst urlrewrite
#Languages And Runtimes
cinst DotNet4.0
cinst DotNet4.5
cinst nodejs.install
cinst ruby
cinst ruby.devkit
cinst python
cinst pip
cinst easy.install
#Applications
cinst 7zip.install
cinst fiddler4
cinst cmder -pre
cinst googlechrome
cinst poshgit
#Editors
cinst atom
cinst linqpad
cinst SublimeText3
cinst SublimeText3-contextmenu
cinst SublimeText3.PackageControl
cinst SublimeText3.PowershellAlias
cinst visualstudiocode
cinst notepadplusplus.install
#Utilities
cinst Gow
cinst slack
cinst everything
cinst lockhunter
cinst agentransack
#Git
cinst git.install
cinst github
cinst git-credential-manager-for-windows
#Visual Studio
cinst nugetpackageexplorer
cinst visualstudio2015community
cinst windowsazurelibsfornet
cinst resharper
@Shtian
Copy link

Shtian commented Jun 15, 2016

Ting som ikke funket for meg når jeg kjørte boxstarter scriptet:

Kommando Exit Code
cinst IIS-ASPNET45 -source windowsfeatures 50
cinst IIS-ASPNET -source windowsfeatures 50
cinst urlrewrite 1
cinst cmder -pre 1

Angående Cmder: "We have not and will not support the version in chocolatey. Please download the latest version on GitHub." https://chocolatey.org/packages/Cmder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment