Basic zhs Developer Shell Setup for a New M1 Mac
These are notes about my personal setup for a new macOS computer. Some of the instructions might be incorrect for your environment
Getting Started
You'll need several things installed on your machine to proceed with configuring zsh beyond the defaults.
- Xcode Command Line Tools: just run
xcode-select --install
. This is an SDK and tool for development in the command line environment. Lots of things depend on it and it's essential. - homebrew: https://brew.sh/ is the community standard package manager for macOS and des a lot of work installing and managing libraries and tools within your shell environment.