Install Laravel Herd
Adding Statamic CLI to Path
composer global config bin-dir --absolute
echo $SHELL
Open shell rc file
open ~/.bashrc
Replace directory with one you identified in step 2
export PATH="/Users/me/.composer/vendor/bin/":$PATH
open ~/.zshrc
Install Statamic CLI
composer global require statamic/cli