Skip to content

Instantly share code, notes, and snippets.

@jennings
Last active August 29, 2015 14:00
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 jennings/11245384 to your computer and use it in GitHub Desktop.
Save jennings/11245384 to your computer and use it in GitHub Desktop.
<#
Run this automatically via this URL:
http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/jennings/11245384/raw/Boxstarter.ps1
#>
Set-WindowsExplorerOptions -EnableShowFileExtensions
Install-WindowsUpdate
Update-ExecutionPolicy RemoteSigned
# General Utilities
cinst powershell4
cinst 7zip.install
cinst irfanview
cinst sysinternals
cinst putty
cinst greenshot
cinst baretail
# Development Tools
cinst git.install
cinst git-credential-winstore
cinst sourcetree
cinst kdiff3
cinst fiddler4
cinst linqpad4
# Browsers
cinst GoogleChrome
cinst Firefox
cinst Safari
cinst lastpass
# Vim!
cinst vim
cinst ctags
setx HOME "$env:userprofile"
cd $env:userprofile
git clone https://github.com/jennings/vim-settings.git vimfiles
mklink _vimrc vimfiles\vimrc
mklink _gvimrc vimfiles\gvimrc
<#
Run this automatically via this URL:
http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/jennings/11245384/raw/visualstudio.ps1
#>
# Visual Studio 2012
cinst VisualStudio2012Professional
cinst wixtoolset
cinst typescript.vs
cinst SSDT11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment