Created
July 14, 2014 19:09
-
-
Save michaelrkn/8930a14b730273699808 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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