-
-
Save ishan-marikar/8568b891cfbfda28ba4e to your computer and use it in GitHub Desktop.
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
iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1')) | |
$env:Path +=";" + $env:systemdrive + "\chocolatey\bin" | |
cwindowsfeatures MSMQ-Server | |
cinst git.commandline | |
$env:Path +=";" + $env:systemdrive + "\git\bin" | |
cinst git-credential-winstore | |
git config --global core.autocrlf input | |
git clone https://github.com/tnwinc/grc.git c:\grc | |
cinst ruby | |
$env:Path +=";" + $env:systemdrive + "\ruby193\bin" | |
cinst ruby.devkit | |
cd c:\grc | |
gem update --system --no-document | |
gem install bundler --no-document | |
bundle install --gemfile GemFileForWindows | |
cinst Devbox-Common | |
cinst Devbox-P4Merge | |
cinst Devbox-GitSettings | |
cinst VisualStudio2012Professional | |
cinst Dogtail.VS2012.3 | |
cinst nuget.commandline | |
cinst resharper | |
cinst specflow | |
cinst webpicommandline | |
cinst aspnetmvc.install | |
cinst MsSqlServer2012Express | |
cinst linqpad4 | |
cinst GoogleChrome | |
cinst Firefox | |
cinst Devbox-ConEmu | |
cinst notepadplusplus | |
cinst WindowsUpdate.DisableAutoRestart | |
cinst vim | |
cinst poshgit | |
cinst fiddler4 | |
cinst curl | |
cinst Wget | |
cinst nodejs | |
cinst javaruntime | |
rake init:install_certs | |
rake init:allow_iis_express_443 | |
rake init:install_raven | |
cd c:\grc\client | |
bundle install | |
npm install | |
cd c:\grc | |
rake build | |
rake init:configs | |
rake test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment