docs(README): 更新快速开始部分的脚本列表
- 在快速开始部分添加了 Startship 配置的链接 - 优化了表格格式,使列宽更加一致 - 修复了 Python 脚本部分的代码格式问题
This commit is contained in:
31
startship/README.md
Normal file
31
startship/README.md
Normal 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
|
||||
> ```
|
||||
Reference in New Issue
Block a user