Nav-Appaiya
1/13/2015 - 4:35 PM

Purge PHPStorm 7.x Settings on OSX

#!/bin/bash

# The follwing commands will wipe out any and all traces, except the 
# installed application, of PHPStorm support files. Only use these if 
# you need to reset back to a fresh install.

rm -rf ~/Library/Application\ Support/WebIde70
rm -rf ~/Library/Cache/WebIde70
rm -rf ~/Library/Preferences/WebIde70