Add homebrew

This commit is contained in:
Yan Lin 2025-08-28 17:01:11 +02:00
parent d81c541c97
commit 2a2e053d62
6 changed files with 88 additions and 3 deletions

View file

@ -113,6 +113,8 @@ in
app_path=$( (find -L /Applications -name "*.app" -maxdepth 2 2>/dev/null; \
find -L ~/Applications -name "*.app" -maxdepth 3 2>/dev/null; \
find -L /opt/homebrew/Caskroom -name "*.app" -maxdepth 3 2>/dev/null; \
find -L /usr/local/Caskroom -name "*.app" -maxdepth 3 2>/dev/null; \
find /System/Applications -name "*.app" -maxdepth 2 2>/dev/null; \
find /System/Applications/Utilities -name "*.app" -maxdepth 1 2>/dev/null) |
sort | uniq |