Files
script/startship/README.md
牡蛎 f38c9ea70b docs(README): 更新快速开始部分的脚本列表
- 在快速开始部分添加了 Startship 配置的链接
- 优化了表格格式,使列宽更加一致
- 修复了 Python 脚本部分的代码格式问题
2025-08-19 21:46:48 +08:00

32 lines
497 B
Markdown

# Startship
> [Startship](https://starship.rs/)
## Gruvbox Rainbow Preset
1. 下载预设文件:
```bash
starship preset gruvbox-rainbow -o ~/.config/starship.toml
```
> [!TIP]
> **Windows**
>
> ```bash
> starship preset gruvbox-rainbow -o C:/Users/i/.config/starship.toml
> ```
2. 编辑预设文件:
```bash
vim ~/.config/starship.toml
```
> [!TIP]
> **Windows**
>
> ```bash
> notepad -o C:/Users/i/.config/starship.toml
> ```