Skip to content

Instantly share code, notes, and snippets.

@rikkit
Last active August 29, 2015 14:05
Show Gist options
  • Save rikkit/1c994ef5a8f549216b3d to your computer and use it in GitHub Desktop.
Save rikkit/1c994ef5a8f549216b3d to your computer and use it in GitHub Desktop.
Boxstarter script
#####
# START http://boxstarter.org/package/url?https://gist.github.com/rikkit/1c994ef5a8f549216b3d
#####
# update windows
Install-WindowsUpdate -AcceptEula
# windows features
cinst Microsoft-Hyper-V-All -source windowsFeatures
# system config
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Update-ExecutionPolicy RemoteSigned
Enable-RemoteDesktop
# this will always be step #1
cinst Firefox
# fun stuff
cinst lastfmscrobbler
cinst spotify
cinst vlc
cinst mumble
cinst InkScape
cinst audacity
cinst blender
cinst steam
cinst battle.net
cinst origin
cinst minecraft
cinst openttd
# utilities
cinst adblockplusie
cinst colorcop
cinst f.lux
cinst winscp
cinst winrar
cinst handbrake
cinst inssider
cinst windirstat
cinst speedfan
cinst mp3tag
cinst picard
cinst ProduKey
cinst uTorrent
## cinst ps3mediaserver
# dev tools
cinst kitty.portable
cinst git.install
cinst githubforwindows
cinst TortoiseGit
cinst beyondcompare
cinst fiddler4
cinst filezilla
## cinst Xming
# ides
cinst phpstorm
cinst sublimetext3
cinst SublimeText3.PackageControl
cinst notepadplusplus.install
# dev runtimes
cinst nodejs.install
cinst npm
cinst mongodb
## cinst processing2
## cinst xampp.app
## cinst mysql
## cinst postgresql
# vs
cinst VisualStudio2013Ultimate
cinst visualstudio2013-update1
cinst visualstudio2013-update2
cinst visualstudio2013-update3
cinst resharper
# how do i install these?
# zune + zuseme
# office
# photoshop
# illustrator
# xamlspy
# bluestacks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment