Last active
August 29, 2015 14:25
-
-
Save Thwaitesy/f24a8ef3acfdee5cf7ce to your computer and use it in GitHub Desktop.
Boxstarter:Development-Env
This file contains hidden or 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
# Basic Setup | |
Disable-MicrosoftUpdate | |
Disable-InternetExplorerESC | |
Disable-UAC | |
Update-ExecutionPolicy Unrestricted -Force | |
Set-ExplorerOptions -showFileExtensions -EnableShowFullPathInTitleBar | |
# Main Install | |
choco install mssqlserver2012express -y | |
choco install VisualStudio2013Ultimate -InstallArguments "/Features:WebTools" -y | |
choco install VS2013.4 -y | |
choco install notepadplusplus -y | |
choco install google-chrome-x64 -y | |
choco install firefox -y | |
choco install VirtualCloneDrive -y | |
choco install git -y | |
choco install fiddler4 -y | |
choco install beyondcompare -y | |
choco install putty -y | |
choco install markdownpad2 -y | |
choco install paint.net -y | |
choco install IIS-WebServerRole -source windowsfeatures -y | |
choco install dropbox | |
# Taskbar pins | |
Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Google\Chrome\Application\chrome.exe" | |
Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe" | |
Install-ChocolateyPinnedTaskBarItem "$env:windir\system32\mstsc.exe" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Open a website and paste this into it:
http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/Thwaitesy/f24a8ef3acfdee5cf7ce/raw/1f36d3753aa3adb2d9d19abbcfe8ee6edd6bd22d/gistfile1.txt