Files
script/startship/README.md

32 lines
497 B
Markdown
Raw Normal View History

# 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
> ```