2024 0429 暂时搁置
ref macOS 程序员必备:iTerm2 与 oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
从ver0变为ver1
blog https://gist.github.com/dogrocker/1efb8fd9427779c827058f873b94df95
再在/.zhsrc 文件加入这些
plugins=(
git
zsh-autosuggestions
zsh-syntax-highlighting
)
powerlevel10k