Skip to content

Instantly share code, notes, and snippets.

@geedelur
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geedelur/3cdb2a077c1e74213b1a to your computer and use it in GitHub Desktop.
Save geedelur/3cdb2a077c1e74213b1a to your computer and use it in GitHub Desktop.
Automated Windows devbox installation using Boxstarter
# http://boxstarter.org/package/url?https://gist.github.com/geedelur/3cdb2a077c1e74213b1a
### windows configs ###
Set-ExplorerOptions -showFileExtensions -EnableShowFullPathInTitleBar
### basic stuff ###
cinst 7zip
cinst notepad2
cinst sumatrapdf
cinst dropbox
cinst mpc-hc
cinst WinSplitRevolution
cinst evernote
cinst 1password -Version 1.0.9.342
cinst classic-shell
cinst paint.net
### utilities ###
cinst PureTextPlus
cinst zoomit
cinst attributechanger
cinst jing
### internets ###
cinst miranda
cinst GoogleChrome
cinst Firefox
### code to server ###
cinst git
cinst ConEmu
cinst SmartGit
cinst SmartGitShellExtensions
cinst filezilla
cinst win-sshfs
### dev tools ###
cinst nodejs.install
cinst fiddler4
cinst balsamiqmockups.install
cinst logparser
cinst ruby -Version 1.9.3.54500
cinst ruby.devkit -Version 4.5.2.20111231
cinst vagrant
cinst winmerge
### editors & ides ###
cinst haroopad
cinst notepadplusplus
cinst SublimeText3
cinst SublimeText3.PackageControl
cinst phpstorm
cinst VisualStudio2013Ultimate
### to install manually ###
# baretorrent
# librarian-chef
# navicat
# carnac
# Source Code Pro Font
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment