Last active
August 9, 2023 07:45
-
-
Save marefr/448d8f73b80eaf62999e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update-ExecutionPolicy Unrestricted | |
Set-WindowsExplorerOptions -EnableShowFileExtensions | |
Set-StartScreenOptions -EnableBootToDesktop | |
#.NET | |
cinst DotNet3.5 DotNet4.0 DotNet4.5 DotNet4.5.1 webpi | |
#IIS setup and url rewrite module | |
cinst -source windowsfeatures IIS-WebServerRole IIS-WebServer IIS-ApplicationDevelopment IIS-ManagementScriptingTools IIS-ASPNET IIS-ASPNET45 IIS-ASP IIS-WebSockets IIS-ApplicationInit IIS-HttpTracing IIS-DefaultDocument IIS-CommonHttpFeatures IIS-ISAPIFilter IIS-ISAPIExtensions IIS-NetFxExtensibility IIS-NetFxExtensibility45 IIS-RequestFiltering IIS-Security IIS-WindowsAuthentication IIS-HttpCompressionDynamic | |
cinst UrlRewrite | |
#MSQM | |
cinst nservicebus.msmq.install | |
#Visual Studio with updates, extensions and resharper | |
cinst VisualStudio2013Professional -InstallArguments "WebTools" | |
cinst vs2013.1 vs2013.2 vs2013.3 vs2013.4 | |
Install-ChocolateyVsixPackage "Web Essentials 2013" https://visualstudiogallery.msdn.microsoft.com/56633663-6799-41d7-9df7-0f2a504ca361/file/105627/43/WebEssentials2013.vsix | |
Install-ChocolateyVsixPackage "VS Commands 2013" https://visualstudiogallery.msdn.microsoft.com/c6d1c265-7007-405c-a68b-5606af238ece/file/106247/18/SquaredInfinity.VSCommands.VS12.vsix | |
cinst resharper -Version 8.2.3000.5176 | |
#Runtimes and frameworks | |
cinst nodejs.install | |
#cinst javaruntime | |
cinst ruby -Version 1.9.3.48400 | |
#Text editors and fonts | |
cinst sublimetext3 sublimetext3.packagecontrol sourcecodepro | |
#VCS | |
cinst gitextensions kdiff3 | |
#Browsers | |
cinst GoogleChrome GoogleChrome.Canary Firefox safari | |
#Utilities | |
cinst dotPeek 7zip keepass NugetPackageExplorer dropbox fiddler4 ConEmu robomongo python2 pip | |
pip install --upgrade pip setuptools | |
pip install --upgrade httpie | |
Install-WindowsUpdate -AcceptEula |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
START http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/marefr/448d8f73b80eaf62999e/raw/833f273128be958fe9a8d131dab7000dbeb4df75/Boxstarter.ps1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment