Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.41 KB

README_CN.md

File metadata and controls

52 lines (37 loc) · 1.41 KB

🌈 starship-gruvbox-rainbow

🇺🇸 English | 🇯🇵 日本語 | 🇨🇳 中文

🎨 适用于 Starship 的 Gruvbox Dark 主题

🌟 功能

  1. Gruvbox Dark 色调
  2. 针对各个操作系统的独特图标
    • macOS, Windows, Arch, Ubuntu, SUSE, Raspbian, Mint, Manjaro, Gentoo, Alpine, Amazon, Andriod, Artix, CentOS, Debian, RedHat.
  3. 自定义的环境上下文
    • C, Rust, Go, Node.js, PHP, Java, Kotlin, Haskell, Python, Docker

🚚 安装

  1. 如果存在当前的 starship 配置文件,备份一下。

    [[ -f "$HOME/.config/starship.toml" ]] \
    && mv ~/.config/starship.toml ~/.config/starship.bak.toml
  2. 下载主题并设定为当前 starship 配置。

    mkdir -p ~/.config && curl -o ~/.config/starship.toml \
    https://raw.githubusercontent.com/fang2hou/starship-gruvbox-rainbow/main/starship.toml
  3. 自定义主题。(可选

    vim ~/.config/starship.toml

💖 感谢

此主题深受下面的工作启发:

🪪 协议

MIT