Required for shell startup:
zsh- Homebrew at
/opt/homebrew/bin/brew antidotemisezoxidefzf
Installed plugins are defined in ~/.zsh_plugins.txt and loaded through Antidote.
Base dependencies on macOS:
brew install antidote mise zoxide fzfShared zsh configuration is loaded from ~/.config/zsh/init.zsh.
~/.zshrc should stay minimal and source the shared entrypoint:
source "${XDG_CONFIG_HOME:-$HOME/.config}/zsh/init.zsh"Machine-specific additions can stay below that line in ~/.zshrc.
After applying with chezmoi, restart the shell:
exec zsh