Skip to content

Commit

Permalink
Run brew cleanup as last step in brew installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Kissling committed Oct 30, 2023
1 parent 8b6372a commit bd580ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions brew/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ find "${HOME}"/dotfiles/brew -type f -name "Brewfile*" ! -name "*.lock.json" -pr
grep -v "^tap" "$file" | sort;
} > "$file.sorted" && mv "$file.sorted" "$file"
done

# cleanup
brew cleanup

0 comments on commit bd580ba

Please sign in to comment.