Last active
August 29, 2015 14:18
-
-
Save novascreen/a89580decb61db91b0f8 to your computer and use it in GitHub Desktop.
Boxstarter setup
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 | |
Update-ExecutionPolicy Unrestricted | |
# Windows Features | |
cinst -y Microsoft-Hyper-V-All -source windowsFeatures | |
cinst -y IIS-WebServerRole -source windowsfeatures | |
# Chocolatey packages | |
cinst -y 7-taskbar-tweaker | |
cinst -y 7zip.install | |
cinst -y ant-renamer | |
cinst -y adobereader | |
cinst -y adobe-creative-cloud | |
cinst -y ccleaner | |
cinst -y ChocolateyGUI | |
cinst -y Console2 | |
cinst -y curl | |
cinst -y dropbox | |
cinst -y Evernote | |
cinst -y Firefox | |
cinst -y f.lux | |
cinst -y foobar2000 | |
cinst -y git.install | |
cinst -y github | |
cinst -y google-chrome-x64 | |
cinst -y GoogleChrome.Canary | |
cinst -y googledrive | |
cinst -y imagemagick | |
cinst -y IrfanView | |
cinst -y irfanviewplugins | |
cinst -y javaruntime | |
cinst -y jdownloader -pre | |
cinst -y join.me | |
cinst -y lastpass | |
cinst -y launchy | |
cinst -y mp3tag | |
cinst -y mousewithoutborders | |
cinst -y mongodb | |
cinst -y nodejs.install | |
cinst -y opera | |
cinst -y phantomjs | |
cinst -y powershell -version 4.0.20141001 | |
cinst -y putty | |
cinst -y python | |
cinst -y ruby | |
cinst -y skype | |
cinst -y SourceTree | |
cinst -y sublimetext3 | |
cinst -y sublimetext3.packagecontrol | |
cinst -y teamviewer | |
cinst -y tortoisesvn | |
cinst -y vagrant | |
cinst -y virtualbox | |
cinst -y virtualbox.extensionpack | |
cinst -y vlc | |
cinst -y wamp-server | |
cinst -y winscp | |
cinst -y xmind | |
# PSGET and modules | |
cinst -y PsGet -force | |
Import-Module PsGet | |
install-module go | |
# Ruby setup | |
gem sources -r https://rubygems.org | |
gem sources -r https://rubygems.org/ | |
gem sources -a http://rubygems.org | |
gem install bundler | |
# Node modules | |
npm install -g grunt-cli | |
npm install -g bower | |
npm install -g yo | |
npm install -g generator-ko | |
npm install -g http-server | |
npm install -g isogram | |
# Non-chocolatey | |
# charles | |
# netextender | |
# slack |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment