W

个人碎碎念
  1. 首页
  2. Uncategorized
  3. 正文

zsh搭配Starship新终端

29 8 月, 2026 18点热度

zsh有自动补全功能,搭配Starship速度更快。

一.安装Starship和zsh curl -sS https://starship.rs/install.sh | sh 系统太低无法识别,下载解压移动到/usr/local/bin/ 另外安装Nerd Font字体,显示emoji图标。 apt install zsh

echo 'eval "$(starship init zsh)"' >> ~/.zshrc ; source ~/.zshrc

二.安装 Zsh 插件,速度慢使用github加速
mkdir -p ~/.zsh
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.zsh/zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-completions.git ~/.zsh/zsh-completions

三.配置 .zshrc

详见 相关主题

标签: 暂无
最后更新:30 8 月, 2026

asdw

这个人很懒,什么都没留下

点赞
< 上一篇
下一篇 >

Archives

  • 2026 年 8 月
  • 2026 年 3 月
  • 2026 年 1 月
  • 2025 年 10 月

Categories

  • Uncategorized

COPYRIGHT © 2025 W. ALL RIGHTS RESERVED.

Theme Kratos Made By Seaton Jiang