update
This commit is contained in:
19
tools/starship.md
Normal file
19
tools/starship.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Starship Prompt
|
||||
Starship is a minimal, blazing-fast, and infinitely customizable prompt for any shell.
|
||||
|
||||
Project Homepage: [Starship: Cross-Shell Prompt](https://starship.rs/)
|
||||
Documentation: [Configuration | Starship](https://starship.rs/config/)
|
||||
|
||||
## Installation
|
||||
|
||||
### Linux
|
||||
1. Install the latest version for your system:
|
||||
```
|
||||
curl -sS https://starship.rs/install.sh | sh
|
||||
```
|
||||
2. Add the following to the end of `~/.bashrc` or `~/.zshrc`:
|
||||
```
|
||||
eval "$(starship init bash)"
|
||||
# -- or --
|
||||
eval "$(starship init zsh)"
|
||||
```
|
||||
Reference in New Issue
Block a user