12 lines
182 B
Markdown
12 lines
182 B
Markdown
---
|
|
tags:
|
|
- Scirpts
|
|
- Desktop
|
|
---
|
|
|
|
|
|
curl -sS [https://starship.rs/install.sh](https://starship.rs/install.sh) | sh
|
|
|
|
eval "$(starship init bash)"
|
|
|
|
eval "$(starship init zsh)" |