Crates.io | starship-alt |
lib.rs | starship-alt |
version | 0.33.1 |
source | src |
created_at | 2020-08-20 05:30:39.985248 |
updated_at | 2020-08-20 05:30:39.985248 |
description | The cross-shell prompt for astronauts. โ๐๏ธ |
homepage | https://starship.rs |
repository | https://github.com/starship/starship |
max_upload_size | |
id | 278499 |
size | 3,603,050 |
Starship is the minimal, blazing fast, and extremely customizable prompt for any shell!
The prompt shows information you need while you're working, while staying sleek and out of the way.
๐น
)โ
)โฌข
)๐
)๐
)๐
)๐ฆ
)โขNET
)๐ฆ
)
=
โ conflicting changesโก
โ ahead of remote branchโฃ
โ behind of remote branchโ
โ diverged changes?
โ untracked changes$
โ stashed changes!
โ modified files+
โ added filesยป
โ renamed filesโ
โ deleted filesโก
โ chargingโฃ
โ dischargingโข
โ fully chargedโฆ
)โธ
)โ๏ธ
)Install the starship binary:
curl -fsSL https://starship.rs/install.sh | bash
cargo install starship
brew install starship
scoop install starship
Add the init script to your shell's config file:
Add the following to the end of ~/.bashrc
:
# ~/.bashrc
eval "$(starship init bash)"
Add the following to the end of ~/.config/fish/config.fish
:
# ~/.config/fish/config.fish
starship init fish | source
Add the following to the end of ~/.zshrc
:
# ~/.zshrc
eval "$(starship init zsh)"
Add the following to the end of ~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1
(or ~/.config/powershell/Microsoft.PowerShell_profile.ps1
on -Nix):
# ~\Documents\PowerShell\Profile.ps1
Invoke-Expression (&starship init powershell)
Add the following to the end of ~/.config/ion/initrc
:
# ~/.config/ion/initrc
eval $(starship init ion)
For details on how to configure Starship, check out our documentation.
We are always looking for contributors of all skill levels! If you're looking to ease your way into the project, try out a good first issue.
If you are interested in helping contribute to starship, please take a look at our Contributing Guide. Also, feel free to drop into our Discord server and say hi. ๐
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Please check out these previous works that helped inspire the creation of starship. ๐
denysdovhan/spaceship-prompt - A ZSH prompt for astronauts.
denysdovhan/robbyrussell-node - Cross-shell robbyrussell theme written in JavaScript.
reujab/silver - A cross-shell customizable powerline-like prompt with icons.
Copyright ยฉ 2019-present, Starship Contributors.
This project is ISC licensed.