1
0
Files
starship-prompt/README.md
2025-12-30 16:57:03 +00:00

18 lines
360 B
Markdown

# starship-prompt
The minimal, blazing-fast, and infinitely customizable prompt for any shell!
# Getting started
```
brew install starship
echo 'eval "$(starship init zsh)"' >> ~/.zshrc
git clone https://git.naterciomoniz.net/configs/starship-prompt.git ~/.config/starship
echo 'export STARSHIP_CONFIG=~/.config/starship/starship.toml' >> ~/.zshrc
```