Created
May 5, 2020 11:21
-
-
Save dougal/7ac1eb802f1df08a53085472c2ffcdca to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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