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
student:macdev:start [2024/02/16 15:24] stewarmcstudent:macdev:start [2025/09/09 12:26] (current) – [Install other packages via Homebrew] stewarmc
Line 20: Line 20:
 ==== Shell config managers ==== ==== Shell config managers ====
   - [[https://github.com/ohmyzsh/ohmyzsh|Oh my ZSH]]   - [[https://github.com/ohmyzsh/ohmyzsh|Oh my ZSH]]
 +
 +==== Shell Themes ==== 
 +  - [[https://github.com/romkatv/powerlevel10k|PowerLevel10k]] (Dr. Stewart uses this)
  
 ===== Homebrew ===== ===== Homebrew =====
Line 37: 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>)
  
  
 ===== Window Management ===== ===== Window Management =====
-  - Rectangle.app+  - [[https://rectangleapp.com/|Rectangle.app]]
   - AltTab.app   - AltTab.app
   - else?   - else?