Starship 可以在各种常见的操作系统和常见的 shell 上运行。 你可以尝试着在各种地方使用它!使用 Rust 语言编写,具有 Rust 独树一帜的速度与安全性,使你的提示符尽可能的快速可靠。每个小细节都可以按您喜欢的自定义,不论是最小化以求速度,还是最大化以获得最完善的功能。
易用: 安装快速 —— 几分钟就可上手
快速安装
字体下载:
2、安装 Starship
Android
# Termux
pkg install starship
BSD
cargo install starship --locked
pkg install starship
pkgin install starship
curl -sS https://starship.rs/install.sh | sh
# 或任意包管理器
curl -sS https://starship.rs/install.sh | sh
#或者,使用以下任一软件包管理器安装Starship
# homebrew
brew install starship
# MacPorts
port install starship
# cargo
cargo install starship --locked
Windows
在发布页下载 MSI 包来安装最新版,使用下列软件包管理器安装Starship:
(地址:
https://github.com/starship/starship/releases)
# cargo
cargo install starship --locked
# Chocolatey
choco install starship
# conda-forge
conda install -c conda-forge starship
# scoop
scoop install starship
# winget
winget install --id Starship.Starship
load(io.popen('starship init cmd'):read("*a"))()
PowerShell
Invoke-Expression (&starship init powershell)
eval "$(starship init bash)"
eval "$(starship init zsh)"
在 ~/.config/fish/config.fish
的最后,添加以下内容:
starship init fish | source
END
点击上方关注我们,谢谢支持!
往期推荐: