Last active
August 29, 2015 14:10
-
-
Save WizzApp/d89a8bb4ec856236dfdb to your computer and use it in GitHub Desktop.
Boxstarter Skript
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-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart -EnableShowStartOnActiveScreen -EnableSearchEverywhereInAppsView -EnableListDesktopAppsFirst | |
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar | |
choco install putty | |
choco install SublimeText3 | |
choco install 7zip | |
choco install ruby | |
choco install TortoiseGit | |
choco install Cmder | |
choco install git.install | |
choco install git-credential-winstore | |
choco install skype | |
choco install SourceTree | |
choco install google-chrome-x64 | |
choco install dropbox | |
choco install foobar2000 | |
choco install docker | |
choco install elixir | |
choco install nodejs.install | |
choco install VisualStudioCommunity2013 | |
choco install keepass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment