markdown 哦,我的zsh与autosuggestions&syntax-highlighting.md
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 哦,我的zsh与autosuggestions&syntax-highlighting.md相关的知识,希望对你有一定的参考价值。
# Oh my zsh.
## Install with curl
```
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
```
## Enabling Plugins (zsh-autosuggestions & zsh-syntax-highlighting)
- Download zsh-autosuggestions by
`git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions`
- Download zsh-syntax-highlighting by
`git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting`
- `nano ~/.zshrc` find `plugins=(git)`
- Append `zsh-autosuggestions & zsh-syntax-highlighting` to `plugins()` like this
`plugins=(git zsh-autosuggestions zsh-syntax-highlighting)`
- Reopen terminal
### Ref
- [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)
- [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions)
- [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting)
- [https://gist.github.com/kevin-smets/8568070](https://gist.github.com/kevin-smets/8568070)
以上是关于markdown 哦,我的zsh与autosuggestions&syntax-highlighting.md的主要内容,如果未能解决你的问题,请参考以下文章
markdown Ubuntu 16.04 +终结者+我的ZSH与Agnoster主题
markdown Ubuntu 16.04 +终结者+我的ZSH与Agnoster主题
sh 哦,我的zsh
sh 哦,我的ZSH
sh 哦,我的zsh
Mac OS 自带的终端--iTerm2