Skip to content

Instantly share code, notes, and snippets.

@dougal
Created May 5, 2020 11:21
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 dougal/7ac1eb802f1df08a53085472c2ffcdca to your computer and use it in GitHub Desktop.
Save dougal/7ac1eb802f1df08a53085472c2ffcdca to your computer and use it in GitHub Desktop.
# Download and run dust, a command-line utility for finding what is using up storage space. https://github.com/bootandy/dust
# Run the following commands in a terminal (commented out lines can be ignored):
# Change Directory to the downloads directory (assuming Mac OS here).
cd ~/Downloads
# Download the latest version of Dust.
curl -LO https://github.com/bootandy/dust/releases/download/v0.5.1/dust-v0.5.1-x86_64-apple-darwin.tar.gz
# Unpack the dust archive.
tar xvzf dust-v0.5.1-x86_64-apple-darwin.tar.gz
# Change into the directory created by unpacking the archive.
cd dust-v0.5.1-x86_64-apple-darwin/
# Run dust on the current user's home directory.
./dust ~/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment