Skip to content

Instantly share code, notes, and snippets.

@jmreynolds
Last active February 15, 2018 20:16
Show Gist options
  • Save jmreynolds/a93a098110ae417ceaca to your computer and use it in GitHub Desktop.
Save jmreynolds/a93a098110ae417ceaca to your computer and use it in GitHub Desktop.
My BoxStarter Gist - Includes some licensed stuff
Update-ExecutionPolicy Unrestricted
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
Enable-RemoteDesktop
cinst NotepadPlusPlus.install -y
cinst 7zip -y
cinst Git.install -y
cinst visualstudiocode -y
cinst LastPass -y
cinst rdmfree -y
cinst snagit -y
cinst TeamViewer -y
cinst slack -y
cinst baretail -y
cinst windirstat -y
cinst GoogleChrome -y
cinst GoogleDrive -y
cinst webstorm -y
cinst atom -y
cinst cmder -y
cinst DotNet3.5 -y # Not automatically installed with VS 2013. Includes .NET 2.0. Uses Windows Features to install. -y
# cinst smartgit -y
# cinst DropBox -y
Update-ExecutionPolicy Unrestricted
Move-LibraryDirectory "Personal" "$env:UserProfile\skydrive\documents"
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
Enable-RemoteDesktop
cinst malwarebytes -y
cinst windirstat -y
cinst GoogleChrome -y
cinst GoogleDrive -y
cinst 7zip -y
cinst Git -y
cinst smartgit-with-jre -y
cinst NotepadPlusPlus -y
cinst evernote -y
cinst skype -y
cinst visualstudiocode -y
cinst LastPass -y
cinst rdmfree -y
cinst snagit -y
cinst KickAssVim -y
cinst KickAssConsole -y
cinst TeamViewer -y
cinst slack -y
cinst baretail -y
cinst ConsoleZ -y
cinst webstorm -y
Update-ExecutionPolicy Unrestricted
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
Enable-RemoteDesktop
cinst chocolatey -y
cinst NotepadPlusPlus.install -y
cinst 7zip -y
cinst Git.install -y
cinst visualstudiocode -y
cinst snagit -y
cinst TeamViewer -y
cinst baretail -y
cinst windirstat -y
cinst GoogleChrome -y
cinst atom -y
cinst CCleaner -y
cinst cmder -y
cinst DotNet3.5 -y
cinst DotNet4.0 -y
choco install sourcetree -y
Update-ExecutionPolicy Unrestricted
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
Enable-RemoteDesktop
cinst malwarebytes -y
cinst windirstat -y
cinst GoogleChrome -y
cinst 7zip -y
cinst fiddler4 -y
cinst NotepadPlusPlus -y
cinst DotNet3.5 -y # Not automatically installed with VS 2013. Includes .NET 2.0. Uses Windows Features to install. -y
cinst baretail -y
cinst powershell4 -y
Update-ExecutionPolicy Unrestricted
' Move-LibraryDirectory "Personal" "$env:UserProfile\skydrive\documents"
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
Enable-RemoteDesktop
cinst malwarebytes -y
cinst dropbox -y
cinst windirstat -y
cinst Firefox -y
cinst GoogleChrome -y
cinst GoogleDrive -y
cinst 7zip -y
cinst Git -y
cinst Console2 -y
cinst fiddler4 -y
cinst smartgit-with-jre -y
cinst NotepadPlusPlus -y
cinst evernote -y
cinst skype -y
cinst filezilla -y
cinst visualstudiocode -y
cinst visualstudio2013ultimate /Features:'WebTools Win8SDK Blend LightSwitch VCMFCLibraries OfficeDeveloperTools SQL SilverLightDeveloperKit WindowsPhone80' -y
cinst DotNet3.5 -y # Not automatically installed with VS 2013. Includes .NET 2.0. Uses Windows Features to install. -y
cinst vs2013.4 -y
cinst linqpad4 -y
cinst LastPass -y
cinst rdmfree -y
cinst snagit -y
cinst KickAssVim -y
cinst TeamViewer -y
cinst slack -y
cinst baretail -y
@jmreynolds
Copy link
Author

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