Mac安装oh my zsh插件autojump、zsh-syntax-highlighting、zsh-autosuggestion
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac安装oh my zsh插件autojump、zsh-syntax-highlighting、zsh-autosuggestion相关的知识,希望对你有一定的参考价值。
参考技术A Zsh 是一款强大的虚拟终端,既是一个系统的虚拟终端,也可以作为一个脚本语言的交互解析器。这表示我已经安装了zsh
可以通过 curl 或 wget 两种方式来安装,用一条命令即可安装。
oh my zsh 默认自带了一些默认主题,存放在 ~/.oh-my-zsh/themes 目录中。我们可以查看这些主题:
Autojump安装为oh-my-zsh插件
安装方法
- 安装autojump
sudo pacman -S autojump
- 克隆仓库
git clone https://github.com/joelthelion/autojump.git
- 安装脚本安装`cd autojump && python install.py && cd .. && rm -rf autojump
- 将按照提示添加相应的配置到配置文件
例如:我需要将下面的代码加入~/.zshrc
[[ -s ~/.autojump/etc/profile.d/autojump.sh ]] && source ~.autojump/etc/profile.d/autojump.sh
autoload -U compinit && compinit -u
以上是关于Mac安装oh my zsh插件autojump、zsh-syntax-highlighting、zsh-autosuggestion的主要内容,如果未能解决你的问题,请参考以下文章
mac 技能- 终端(oh-my-zsh)终极美化及必备插件推荐