Zsh フレームワーク prezto をインストールして、設定した内容をご紹介します。
Installation - sorin-ionescu/prezto の通りに prezto をインストールします。
pure
へ変更# ~/.zpreztorc
zstyle ':prezto:module:prompt' theme 'pure'
zstyle ':prezto:load' pmodule \\
'environment' \\
'terminal' \\
'editor' \\
'history' \\
'directory' \\
'spectrum' \\
'utility' \\
'completion' \\
'history-substring-search' \\
# 追記 (ここから)
'autosuggestions' \\
'docker' \\
'git' \\
'homebrew' \\
'node' \\
'osx' \\
'syntax-highlighting' \\
# 追記 (ここまで)
'prompt'
以上、Zsh フレームワーク prezto をインストール、設定した、現場からお送りしました。