安裝zsh主題powerline
成果 zsh settings Edit .zshrc 1 vim ~/.zshrc Download theme 1 git clone https://github.com/jeremyFreeAgent/oh-my-zsh-powerline-theme.git Go to dir 1 cd ./oh-my-zsh-powerline-theme Install theme 1 ./install_in_omz.sh Theme conf in file “.zshrc” 1 2 3 4 5 ZSH_THEME="powerline" POWERLINE_HIDE_HOST_NAME="true" POWERLINE_DISABLE_RPOMPT="true" POWERLINE_FULL_CURRENT_PATH="true" POWERLINE_PATH="short" Install zsh-completions 1 brew install zsh-completions Install zsh-autosuggestions ...