Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mac:sw:brew [2021/02/04 14:05] jsmac:sw:brew [2023/09/29 13:31] (current) js
Line 7: Line 7:
 \\ \\
 Git: [[https://github.com/Homebrew/brew]] Git: [[https://github.com/Homebrew/brew]]
 +
 +==== Install ====
 +<code bash>/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"</code>
 +\\ 
 +\\ 
 +===== Applite =====
 +
 +GUI for Homebrew.
 +
 +Homepage: [[https://aerolite.dev/applite/index.html]]
 +
 +{{ :mac:sw:applite.png?direct |}}
 +\\ 
 +\\ 
 +\\ 
 +{{ :mac:sw:applite-choose.png?direct&400|}}
 +
 +
 +
 +=== Can I use Applite with my existing Homebrew installation? ===
 +Yes, you can. The first time you open the application, you will be asked if you want to use your own brew or if you want to create a new installation just for Applite.
 +
 +If you choose to create a new installation it will be stored at: ~/Library/Application Support/Applite/homebrew.
 +
 +=== Can I manage already installed apps with Applite? ===
 +If you chose to use your existing brew installation all casks installed with it will appear in Applite.
 +
 +Any other apps installed manually (e.g. from DMG or PKG files) will not show up as installed in Applite. You can add them by reinstalling them. See troubleshooting page for more information on adding already installed apps.