Starship – Cross-shell prompt

Crates.io version Azure Pipelines Build 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 Hyper and One Dark

🍬 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

  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

πŸ’» πŸ“– ⚠️

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


Starship rocket icon

πŸ“ License

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