Starship – Cross-shell prompt

Crates.io version Azure Pipelines Build Status Packaging status
All Contributors Chat on Discord


Website Β· Installation Β· Configuration

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.


Starship with iTerm2 and the Snazzy theme

🍬 Features

πŸš€ Installation

Prerequisites

Getting Started

  1. Install the starship binary:

    Download archives of precompiled binaries if you don't use the platforms below.

    Homebrew

    sh $ brew install starship

    Rust (v1.33 or higher)

    sh $ cargo install starship

    Arch Linux (AUR)

    Starship is available on the AUR under the name starship. Install it with yay or your favorite AUR helper.

    sh $ yay -S starship

    Nix (unstable)

    sh $ nix-env --install starship

    Termux

    sh $ pkg install starship

  2. Add the init script to your shell's config file:

    Bash

    Add the following to the end of ~/.bashrc:

    ```sh

    ~/.bashrc

    eval "$(starship init bash)" ```

    Fish

    Add the following to the end of ~/.config/fish/config.fish:

    ```sh

    ~/.config/fish/config.fish

    eval (starship init fish) ```

    Zsh

    Add the following to the end of ~/.zshrc:

    ```sh

    ~/.zshrc

    eval "$(starship init zsh)" ```

πŸ”§ Configuration

For details on how to configure Starship, check out our documentation.

🀝 Contributing

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.

High Priority Needs

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. πŸ‘‹

Contributors

Thanks goes to these wonderful people (emoji key):

Matan Kushner
Matan Kushner

πŸ’» 🎨 πŸ€” πŸš‡ 🚧 πŸ‘€ ⚠️
John Letey
John Letey

πŸ’» πŸ€” πŸ‘€ ⚠️
Tim Mulqueen
Tim Mulqueen

πŸ’» πŸ€” πŸ‘€ ⚠️
Tiffany Le-Nguyen
Tiffany Le-Nguyen

πŸ€” 🚧 πŸ‘€ πŸ“–
​Snuggle
​Snuggle

🎨 πŸ€” 🚧 πŸ‘€
Ryan Leckey
Ryan Leckey

πŸ‘€
Youssef Habri
Youssef Habri

πŸ’»
Kevin Song
Kevin Song

πŸ› πŸ’» πŸ“– ⚠️
Andrew Dassonville
Andrew Dassonville

πŸ› πŸ’»
MaT1g3R
MaT1g3R

πŸ’» πŸ“– ⚠️
AndrΓ© Zanellato
AndrΓ© Zanellato

πŸ’» πŸ“– ⚠️
Saghm Rossi
Saghm Rossi

πŸ’» πŸ“– ⚠️
Shu Kutsuzawa
Shu Kutsuzawa

πŸ’» πŸ“– ⚠️
Saurav Sharma
Saurav Sharma

πŸ’» πŸ“–
Thomas O'Donnell
Thomas O'Donnell

πŸ’» ⚠️
Bruno Bigras
Bruno Bigras

πŸ’» πŸ‘€
Neil Kistner
Neil Kistner

πŸ’» ⚠️ πŸ‘€
Quinn Strahl
Quinn Strahl

πŸ’» ⚠️
Titouan Vervack
Titouan Vervack

πŸ’» ⚠️
Francisco Lopes
Francisco Lopes

πŸ’»
Andrew Houts
Andrew Houts

πŸ’» πŸ“– ⚠️
Nick Young
Nick Young

πŸ’» πŸ“– ⚠️ πŸ‘€
Gabriel de Perthuis
Gabriel de Perthuis

πŸ’»

This project follows the all-contributors specification. Contributions of any kind welcome!

πŸ’­ Inspired By

Please check out these previous works that helped inspire the creation of starship. πŸ™


Starship rocket icon

πŸ“ License

Copyright Β© 2019-present, Starship Contributors.
This project is ISC licensed.