美文网首页
oh-my-zsh个人配置

oh-my-zsh个人配置

作者: 曦然0o0 | 来源:发表于2023-01-30 08:05 被阅读0次

安装zsh和oh-my-zsh
brew install zsh
https://ohmyz.sh/#install
下载三方插件

cd ~/.oh-my-zsh/custom/plugins/
git clone https://github.com/zsh-users/zsh-autosuggestions.git --depth 1
git clone https://github.com/zsh-users/zsh-completions --depth 1
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git --depth 1

cat ~/.zshrc
plugins=(
    git
    zsh-autosuggestions
    zsh-syntax-highlighting
    zsh-completions
)

相关文章

网友评论

      本文标题:oh-my-zsh个人配置

      本文链接:https://www.haomeiwen.com/subject/xdauhdtx.html