Skip to content

Instantly share code, notes, and snippets.

@nippe
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nippe/083ee921b2aec146dcb2 to your computer and use it in GitHub Desktop.
Save nippe/083ee921b2aec146dcb2 to your computer and use it in GitHub Desktop.
boxstarter-devbox-win
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions -EnableShowFileExtensions
Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart -EnableShowStartOnActiveScreen -EnableShowAppsViewOnStartScreen -EnableSearchEverywhereInAppsView -EnableListDesktopAppsFirst
Install-WindowsUpdate -acceptEula
Disable-UAC
Disable-InternetExplorerESC
cinst notepad2 -y
cinst SublimeText3 -y
cinst sublimetext3-contextmenu -y
cinst git-credential-winstore -y
cinst ConEmu -y
cinst poshgit -y
# cinst Firefox -y
cinst GoogleChrome -y
# cinst Opera -y
#cinst vlc -y
cinst DotNet4.5 -y
#cinst VisualStudio2013Professional -InstallArguments "/Features:'WebTools Win8SDK'" -y
#cinst visualstudio2013ultimate -y
# cinst visualstudio2013-update2 -y <-- looks for VS Premium...
# cinst VS2013.2 -y
cinst visualstudio2013-webessentials.vsix -y
cinst resharper -y
cinst markdownpad2 -y
#cinst NugetPackageExplorer -y
cinst 7zip.install -y
#cinst nodejs.install -y
cinst terminals -y
#cinst dropbox -y
cinst python -y
cinst filezilla -y
cinst putty.install -y
cinst vim -y
cinst fiddler4 -y
cinst lastpass -y
cinst wget -y
cinst curl -y
cinst dotpeek
# 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
@nippe
Copy link
Author

nippe commented Feb 23, 2015

Run from PowerShell Prompt
START http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/nippe/083ee921b2aec146dcb2/raw/98cb9f7e296697ad6f1e5dbf6b7678232ae6428a/boxstarterscript-windev.txt

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