# install zi and add plugin to your.zshrc
zi light marlonrichert/zsh-autocomplete
Or
# to ~/.zshrc
if type brew &>/dev/null
then
FPATH="$(brew --prefix)/share/zsh/site-functions:${FPATH}"
autoload -Uz compinit
compinit
fi
https://docs.brew.sh/Shell-Completion
Or