Last active
August 29, 2015 14:07
-
-
Save gerbal/d2f1dc200646efdf6fc3 to your computer and use it in GitHub Desktop.
G BoxStarter
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-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
# Enable-RemoteDesktop | |
# Basic functionality | |
cinst binroot | |
cinst mingw | |
# Cmdline functionality | |
cinst cmder | |
cinst webpi | |
cinst git | |
cinst Wget | |
cinst hg | |
cinst curl | |
cinst gnuwin | |
cinst pstools | |
cinst Powershell | |
cinst poshgit | |
cinst svn | |
cinst gittfs | |
# programming tools | |
cinst nodejs nodejs.install nodejs.commandline npm | |
cinst ruby | |
cinst python python2 easy.install pip | |
cinst resharper | |
cinst nant | |
cinst yeoman | |
# Text Editors | |
cinst notepadplusplus.install | |
cinst Atom | |
cinst sublimetext3 sublimetext3.packagecontrol | |
cinst brackets brackets.theseus | |
cinst lighttable | |
# Desktop applications | |
cinst GoogleChrome | |
cinst 7zip 7zip.install 7zip.commandline | |
cinst Firefox | |
cinst vlc | |
cinst skype | |
cinst putty | |
cinst paint.net | |
cinst libreoffice | |
cinst chromium | |
cinst wireshark | |
cinst Silverlight | |
cinst opera | |
cinst sumatrapdf.commandline | |
cinst inkscape | |
cinst audacity | |
cinst visualstudio2013ultimate | |
# System utilities and development sugar | |
cinst windirstat | |
cinst procexp | |
cinst lessmsi | |
cinst javaruntime | |
cinst sysinternals | |
cinst greenshot | |
cinst gimp | |
cinst winscp | |
cinst winpcap | |
cinst SourceCodePro | |
cinst nugetpackageexplorer | |
cinst imagemagick | |
cinst nmap | |
cinst git-tf | |
cinst webpicmd | |
cinst f.lux | |
cinst teracopy | |
cinst pscx | |
cinst miktex | |
cinst pandoc | |
cinst texmaker | |
cinst Microsoft-Hyper-V-All -source windowsFeatures | |
Install-WindowsUpdate -Full |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment