Skip to content

Instantly share code, notes, and snippets.

View mitch000001's full-sized avatar
🔌
Working from home

Michael Wagner mitch000001

🔌
Working from home
View GitHub Profile
@mitch000001
mitch000001 / uninstall_homebrew.sh
Created January 7, 2012 16:38 — forked from mxcl/uninstall_homebrew.sh
Uninstall Homebrew
#!/bin/sh
# Just copy and paste the lines below (all at once, it won't work line by line!)
# MAKE SURE YOU ARE HAPPY WITH WHAT IT DOES FIRST! THERE IS NO WARRANTY!
set -e
cd `brew --prefix`
git ls-files -z | pbcopy
rm -rf Cellar
bin/brew prune
@mitch000001
mitch000001 / rake.sh
Created November 17, 2013 18:19 — forked from turadg/rake.sh
# bash completion for rake
#
# some code from on Jonathan Palardy's http://technotales.wordpress.com/2009/09/18/rake-completion-cache/
# and http://pastie.org/217324 found http://ragonrails.com/post/38905212/rake-bash-completion-ftw
#
# For details and discussion
# http://turadg.aleahmad.net/2011/02/bash-completion-for-rake-tasks/
#
# INSTALL
#