Skip to content

Instantly share code, notes, and snippets.

@michaelrkn
Created July 14, 2014 19:09
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 michaelrkn/8930a14b730273699808 to your computer and use it in GitHub Desktop.
Save michaelrkn/8930a14b730273699808 to your computer and use it in GitHub Desktop.
killall Terminal Google\ Chrome Sublime\ Text\ 2 Remote\ Desktop\ Message Finder
cd ~
find . ! -name .rubies ! -name .gem ! -name .Trash ! -name Code ! -name Desktop ! -name Documents ! -name Downloads ! -name Library ! -name Movies ! -name Music ! -name Pictures ! -name Public -maxdepth 1 -type d -print | xargs rm -rf
rm -rf ~/Code/* ~/Desktop/* ~/Documents/* ~/Downloads/* ~/Movies/* ~/Pictures/* ~/Public/*
rm ~/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment