improved readme with getting started instructions
This commit is contained in:
14
README.md
14
README.md
@@ -1,3 +1,17 @@
|
|||||||
# starship-prompt
|
# starship-prompt
|
||||||
|
|
||||||
The minimal, blazing-fast, and infinitely customizable prompt for any shell!
|
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
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user