docs(README): 更新快速开始部分的脚本列表

- 在快速开始部分添加了 Startship 配置的链接
- 优化了表格格式,使列宽更加一致
- 修复了 Python 脚本部分的代码格式问题
This commit is contained in:
2025-08-14 22:54:35 +08:00
parent 1acf4ad8ef
commit f38c9ea70b
4 changed files with 41 additions and 9 deletions

31
startship/README.md Normal file
View File

@@ -0,0 +1,31 @@
# 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
> ```