Skip to content

Instantly share code, notes, and snippets.

@reyo
Last active December 25, 2015 10:38
Show Gist options
  • Select an option

  • Save reyo/6962552 to your computer and use it in GitHub Desktop.

Select an option

Save reyo/6962552 to your computer and use it in GitHub Desktop.
#!/bin/sh
rm -rf ~/Library/Preferences/WebIde*
rm -rf ~/Library/Preferences/WebStorm*
rm -rf ~/Library/Caches/WebIde*
rm -rf ~/Library/Caches/WebStorm*
rm -rf ~/Library/Application\ Support/WebIde*
rm -rf ~/Library/Application\ Support/WebStorm*
rm -rf ~/Library/Logs/WebIde*
rm -rf ~/Library/Logs/WebStorm*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment