☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
Website
·
Installation
·
Configuration
The minimal, blazing-fast, and infinitely customizable prompt for any shell!
Select your operating system from the list below to view installation instructions:
pkg install starship
|cargo install starship --locked
|pkg install starship
|pkgin install starship
|sh
curl -sS https://starship.rs/install.sh | sh
cargo install starship --locked
|conda install -c conda-forge starship
|brew install starship
|apk add starship
|pacman -S starship
|dnf copr enable atim/starship
dnf install starship
|apt install starship
|emerge app-shells/starship
|pacman -S starship
|nix-env -iA nixpkgs.starship
|zypper in starship
|apt install starship
|xbps-install -S starship
|sh
curl -sS https://starship.rs/install.sh | sh
cargo install starship --locked
|conda install -c conda-forge starship
|brew install starship
|port install starship
|cargo install starship --locked
|choco install starship
|conda install -c conda-forge starship
|scoop install starship
|winget install --id Starship.Starship
|Configure your shell to initialize starship. Select yours from the list below:
~/.bashrc
:sh
eval "$(starship init bash)"
%LocalAppData%\clink\starship.lua
with the following contents:lua
load(io.popen('starship init cmd'):read("*a"))()
~/.elvish/rc.elv
:sh
eval (starship init elvish)
~/.config/fish/config.fish
:fish
starship init fish | source
~/.config/ion/initrc
:sh
eval $(starship init ion)
$nu.config-path
in Nushell):sh
mkdir ($nu.data-dir | path join "vendor/autoload")
starship init nu | save -f ($nu.data-dir | path join "vendor/autoload/starship.nu")
$PROFILE
):powershell
Invoke-Expression (&starship init powershell)
~/.tcshrc
:sh
eval `starship init tcsh`
~/.xonshrc
:python
execx($(starship init xonsh))
~/.zshrc
:sh
eval "$(starship init zsh)"
Start a new shell instance, and you should see your beautiful new shell prompt.
If you’re happy with the defaults, enjoy!
If you’re looking to further customize Starship:
Configuration – learn how to configure Starship to tweak your prompt to your liking
Presets – get inspired by the pre-built configuration of others
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 fluent in a non-English language, we greatly appreciate any help keeping our docs translated and up-to-date in other languages. If you would like to help, translations can be contributed on the Starship Crowdin.
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. 👋
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.
Support this project by becoming a sponsor. Your name or logo will show up here with a link to your website.
Free code signing provided by SignPath.io, certificate by SignPath Foundation.
Code Signing Roles:
This program will not transfer any information to other networked systems unless specifically requested by the user or the person installing or operating it.
Copyright © 2019-present, Starship Contributors.
This project is ISC licensed.