commit 9f6a3c98148b82b951124bdf268e71ee5c298207
parent ea2a284674119dd6ed0e542c7de8ae873a055353
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sun, 27 May 2018 22:35:52 -0400
Add fdupes for finding and deleting duplicate files
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/init/30_macos_recipes.sh b/init/30_macos_recipes.sh
@@ -25,6 +25,7 @@ brews=(
cpanminus # required for notmuch CPAN packages
ctags-exuberant
exiftool # used to manage RAW metadata
+ fdupes # find duplicates with `fdupes -m .`, delete with `fdupes -dN .`
ffmpeg
fortune
fzf # fuzzy file finder