Skip to content

Instantly share code, notes, and snippets.

@isaax2
Last active May 7, 2020 17:37
Show Gist options
  • Save isaax2/ee39afe43a3368e7b131d415eb2e167a to your computer and use it in GitHub Desktop.
Save isaax2/ee39afe43a3368e7b131d415eb2e167a to your computer and use it in GitHub Desktop.
Free Space Intellij from ~/Library/Caches
#!/usr/bin/env bash
#Remove Intellij caches
rm -rvf ~/Library/Caches/IntelliJIdea201*
rm -rvf ~/Library/Caches/WebStorm201*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment