Skip to content

Instantly share code, notes, and snippets.

@xsenechal
Created March 20, 2020 07:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xsenechal/919cb8e39a6fe8d7103177615af045f6 to your computer and use it in GitHub Desktop.
Save xsenechal/919cb8e39a6fe8d7103177615af045f6 to your computer and use it in GitHub Desktop.
# remove all docker containers, images, ...
du -hs ~/Library/Containers/com.docker.docker
docker system prune -a
# empty download folder
rm -rf ~/Downloads/*
# empty maven files
rm -rf ~/.m2/repository/* ~/.m2/wrapper/*
# empty gradle files
find .gradle -depth 1 | grep -v properties | xargs rm -rf
# review largest files (VMs, movies...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment