Skip to content

Instantly share code, notes, and snippets.

View Surreal9's full-sized avatar

John Arnold Surreal9

  • Hypergiant
  • Canada
View GitHub Profile
@Surreal9
Surreal9 / delete-merged-branches.sh
Created August 23, 2017 21:18
Delete merged git branches
git branch --merged | egrep -v "(^\*|master|dev)" | xargs git branch -d
START http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/Surreal9/3a8987a76c9fd27d2973/raw/c09a9c32d7f545293b681d2b3deb27d3cf42bb71/devbox
@Surreal9
Surreal9 / devbox
Last active August 29, 2015 14:03
Dev box for boxstarter
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
cinst fiddler4
cinst git-credential-winstore
cinst console-devel
cinst poshgit
cinst dotpeek
cinst VisualStudio2013Professional
cinst notepadplusplus.install
cinst javaruntime