Supercharge and Beautify your Zsh environment on Mac
I recently reinstalled my macOS and spent some time reconfiguring the shell environment. Admittedly, the default macOS Terminal looks outdated and lacks some important productivity features. Prerequisites Homebrew Homebrew is a popular package manager for macOS, specifically for the terminal environment. The App Store may suffice for regular users, but Homebrew is a must-have for people doing engineering work on macOS. Install Homebrew: 1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" Zsh Zsh (Z shell) has replaced Bash as the default shell since macOS Catalina. ...