zsh
powerlevel10k
zsh 主题
配置时记得关闭这个 Instant prompt
插件
以 zsh-autosuggestions 为例
- 克隆仓库到一个文件夹下
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
shell- 在
.zshrc
中新增
source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
shellmac 下,vscode 终端字体显示错误
在使用 iTerm2 安装 powerlevel10k 时,会提示安装 MesloLGS NF
字体,但是 vs code 终端并没有这个字体
在 Editor: Font Family
中新增这个字体即可
oh-my-shell
可能会变,以官方文档为准
sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
bash- 更改
.zshrc
配置
vi .zshrc
bash- 主题
kafeitu
- 安装第三方插件
zsh-autosuggestions
1. 进入 ~/.oh-my-zsh/plugins
cd ~/.oh-my-zsh/plugins
2. 克隆插件的仓库
git clone 地址
3. 加入插件名到配置文件中
bashstarship
starship,跨平台,支持多种 shell
常用插件
- zsh-autosuggestions
- zsh-syntax-highlighting
TroubleShooting:
not being able to see the suggestions 解决 iTerm2 看不见提示