美文网首页
Mac终端配置

Mac终端配置

作者: andforce | 来源:发表于2023-05-08 13:03 被阅读0次

安装Oh-My-Zsh

https://ohmyz.sh/#install

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

语法高亮

https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/INSTALL.md

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git
echo "source ${(q-)PWD}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc
# 重启终端

安装主题

从这里选一个自己喜欢的
https://github.com/lysyi3m/macos-terminal-themes

安装exa,代替ls

https://the.exa.website/install/macos

相关文章

网友评论

      本文标题:Mac终端配置

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