Skip to content

Instantly share code, notes, and snippets.

@zsim0n
Last active December 19, 2015 12:49
Show Gist options
  • Save zsim0n/5957883 to your computer and use it in GitHub Desktop.
Save zsim0n/5957883 to your computer and use it in GitHub Desktop.
#!/usr/bin/sh
rm -rf $HOME/Library/Preferences/WebIde*
rm -rf $HOME/Library/Preferences/WebStorm*
rm -rf $HOME/Library/Caches/WebIde*
rm -rf $HOME/Library/Caches/WebStorm*
rm -rf $HOME/Library/Application\ Support/WebIde*
rm -rf $HOME/Library/Application\ Support/WebStorm*
rm -rf $HOME/Library/Logs/WebIde*
rm -rf $HOME/Library/Logs/WebStorm*
#Rubymine
rm -rf $HOME/Library/Preferences/RubyMine*
rm -rf $HOME/Library/Caches/RubyMine*
rm -rf $HOME/Library/Application\ Support/RubyMine*
rm -rf $HOME/Library/Logs/RubyMine*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment