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/01/23 14:42] – [Productivity/Else] stewarmcstudent:macdev:start [2024/02/16 15:25] (current) stewarmc
Line 3: Line 3:
  
 ===== Command Line Interface ===== ===== Command Line Interface =====
-The default app providing a CLI on macOS is Terminal. It's located in ''%%/Applications/Utilities/Terminal%%'' if you're looking for it in Finder, but the simplest way to get to it is to:+The default app providing a CLI on macOS is Terminal. It's located in ''%%/Applications/Utilities/Terminal.app%%'' if you're looking for it in Finder, but the simplest way to get to it is to:
   - press <key>command</key> + <key>space</key>   - press <key>command</key> + <key>space</key>
   - in the resulting search box, type ''%%Term%%''   - in the resulting search box, type ''%%Term%%''
Line 10: Line 10:
   - press <key>return</key>   - press <key>return</key>
   - you should now have a terminal window open   - you should now have a terminal window open
 +
 +
 +===== Shell =====
 +  - iTerm2.app (Dr. Stewart uses this)
 +  - honorable mentions
 +      - Warp
 +      - Hyper
 +
 +==== Shell config managers ====
 +  - [[https://github.com/ohmyzsh/ohmyzsh|Oh my ZSH]]
 +
 +==== Shell Themes ==== 
 +  - [[https://github.com/romkatv/powerlevel10k|PowerLevel10k]] (Dr. Stewart uses this)
  
 ===== Homebrew ===== ===== Homebrew =====
Line 28: Line 41:
     * e.g. ''%%brew install --cask meld%%''     * e.g. ''%%brew install --cask meld%%''
  
-===== Shell ===== 
-  - TODO...  
  
 ===== Window Management ===== ===== Window Management =====
Line 36: Line 47:
   - else?   - else?
  
-===== Shell ===== 
-  - iTerm2.app 
-  - honorable mentions 
-      - Warp 
-      - Hyper 
  
 ===== Password Manager ===== ===== Password Manager =====