Last active
February 12, 2017 05:20
-
-
Save patrickgill/a3ed3ad389c114993262e51281cac2a5 to your computer and use it in GitHub Desktop.
boxstarter personal
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
# http://boxstarter.org/package/url? | |
# URL Setup | |
# http://boxstarter.org/package/nr/url?*url to raw gist* | |
# Run in Powershell | |
# START *URL above* | |
# Windows options | |
Set-ExplorerOptions -showHidenFilesFoldersDrives | |
Set-ExplorerOptions -showProtectedOSFiles | |
Set-ExplorerOptions -showFileExtensions | |
Set-StartScreenOptions -EnableBootToDesktop | |
Set-StartScreenOptions -EnableDesktopBackgroundOnStart | |
#Set-StartScreenOptions -EnableShowStartOnActiveScreen | |
#Set-StartScreenOptions -EnableShowAppsViewOnStartScreen | |
#Set-StartScreenOptions -EnableSearchEverywhereInAppsView | |
Set-StartScreenOptions -EnableListDesktopAppsFirst | |
# Let's get the latest version of powershell and .net frameworks | |
cinstm PowerShell | |
cinstm DotNet4.0 | |
cinstm DotNet4.5 | |
cinstm mono | |
# apps | |
cinst notepad2 | |
cinst googlechrome | |
cinst greenshot | |
cinst NugetPackageExplore | |
#cinst 1password | |
cinst 7zip | |
cinst 7zip.install | |
cinst AdobeAIR | |
#cinst adobereader | |
cinst Atom | |
#cinst markdownpad2 | |
#cinst autohotkey.portable | |
cinst beyondcompare | |
cinst curl | |
cinst DotNet4.5.1 | |
#cinst dropbox | |
#cinst fiddler4 | |
#cinst WindowsLiveWriter | |
cinst filezilla | |
cinst git | |
cinst git.install | |
cinst nodejs.install | |
cinst notepad2 | |
cinst NuGet.CommandLine | |
cinst paint.net | |
cinst PDFCreator | |
cinst python | |
cinst scriptcs | |
cinst skype | |
cinst SublimeText3 | |
cinst SublimeText3.PackageControl | |
cinst sysinternals | |
cinst vlc | |
#cinst Devbox-Clink | |
cinst Wget | |
#cinst windirstat | |
# uncertain apps | |
#cinst terminals | |
#cinst resharper | |
Install-WindowsUpdate -AcceptEula |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment