I’ll introduce the installation and configuration of the Zsh framework prezto.
Install prezto according to Installation - sorin-ionescu/prezto.
pure
# ~/.zpreztorc
zstyle ':prezto:module:prompt' theme 'pure'
zstyle ':prezto:load' pmodule \\
'environment' \\
'terminal' \\
'editor' \\
'history' \\
'directory' \\
'spectrum' \\
'utility' \\
'completion' \\
'history-substring-search' \\
# Added (from here)
'autosuggestions' \\
'docker' \\
'git' \\
'homebrew' \\
'node' \\
'osx' \\
'syntax-highlighting' \\
# Added (to here)
'prompt'
Above, I installed and configured the Zsh framework prezto.
That’s all from the Gemba.