Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
student:macdev:start [2025/03/11 12:10] – [Window Management] atkin2ilstudent:macdev:start [2025/09/09 12:26] (current) – [Install other packages via Homebrew] stewarmc
Line 40: Line 40:
   - ''%%brew install --cask <package>%%''   - ''%%brew install --cask <package>%%''
     * e.g. ''%%brew install --cask meld%%''     * e.g. ''%%brew install --cask meld%%''
 +
 +Stewart recommends you consider installing:
 +  * [[https://formulae.brew.sh/formula/trash|Trash]] to be able to <code>trash</code> files and directories from the command line (they'll go to the Trash of filesystem/GUI rather than just gone like with <code>rm</code>)