Last active
May 14, 2017 17:06
-
-
Save nozzlegear/bca806e94e70feccfdc51abebc9703e8 to your computer and use it in GitHub Desktop.
My Boxstarter script for new Windows installs.
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
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions | |
cinst fiddler4 | |
cinst googlechrome | |
cinst docker-for-windows | |
cinst 7zip | |
cinst firefox | |
cinst nimbletext | |
cinst dotnetcore | |
cinst nodejs.install | |
cinst yarn | |
cinst vlc | |
cinst openssh | |
cinst inkscape | |
cinst gimp | |
cinst visualstudiocode | |
cinst paint.net | |
cinst vim | |
cinst nuget.commandline | |
cinst youtube-dl | |
cinst audacity | |
cinst obs | |
cinst cmder | |
cinst linqpad | |
cinst jq | |
cinst rufus.install | |
cinst shotcut | |
cinst which |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment