Last active
October 1, 2023 22:02
-
-
Save phillip-haydon/b7dec246f0ad953ad65c to your computer and use it in GitHub Desktop.
My Boxstarter Script
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
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart -EnableShowStartOnActiveScreen -EnableShowAppsViewOnStartScreen -EnableSearchEverywhereInAppsView -EnableListDesktopAppsFirst | |
Install-WindowsUpdate -acceptEula | |
cinst notepad2 | |
cinst SublimeText3 | |
cinst sublimetext3-contextmenu | |
cinst git-credential-winstore | |
cinst ConEmu | |
cinst poshgit | |
# cinst Firefox | |
# cinst GoogleChrome | |
# cinst Opera | |
cinst vlc | |
cinst DotNet4.5 | |
cinst VisualStudio2013Professional -InstallArguments "/Features:'WebTools Win8SDK'" | |
# cinst visualstudio2013-update2 <-- looks for VS Premium... | |
# cinst VS2013.2 | |
# cinst visualstudio2013-webessentials.vsix | |
cinst resharper | |
cinst trillian | |
cinst skype | |
cinst markdownpad2 | |
#cinst NugetPackageExplorer | |
cinst spotify | |
cinst 7zip.install | |
cinst nodejs.install | |
cinst uTorrent | |
cinst steam | |
cinst terminals | |
cinst dropbox | |
cinst ransack | |
cinst python | |
cinst 1password | |
# Install-ChocolateyPinnedTaskBarItem "$env:programfiles\console\console.exe" | |
# Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Google\Chrome\Application\chrome.exe" | |
# Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe" | |
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
URL Setup | |
http://boxstarter.org/package/nr/url?*url to raw gist* | |
Run in Powershell | |
START *URL above* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@adamralph - DotNet4.5 is meant to install 4.5.2 but it fails.
VisualStudio2013Professional, Firefox and postgit also fail, they get the same error: