Add homebrew cask apps
This commit is contained in:
parent
2a2e053d62
commit
7e654c5ce5
2 changed files with 7 additions and 4 deletions
|
|
@ -14,8 +14,13 @@
|
|||
# Example: "wget"
|
||||
];
|
||||
casks = [
|
||||
# GUI applications go here
|
||||
# Example: "google-chrome"
|
||||
# GUI applications - manually installed apps now managed by Homebrew
|
||||
"inkscape"
|
||||
"firefox"
|
||||
"obsidian"
|
||||
"snipaste"
|
||||
"ghostty"
|
||||
"slidepilot"
|
||||
];
|
||||
taps = [
|
||||
# Additional repositories if needed
|
||||
|
|
|
|||
|
|
@ -113,8 +113,6 @@ 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 |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue