starship

Install latest/edge of starship

Ubuntu 16.04 or later?

Make sure snap support is enabled in your Desktop store.


Install using the command line

sudo snap install starship --edge

Don't have snapd? Get set up for snaps.

starship is only available on the unstable edge channel. It could break and change often.

Channel Version Published

The minimal, blazing-fast, and infinitely customizable prompt for any shell!

View the full docs at: https://starship.rs

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.

Prerequisites

A Powerline font installed and enabled in your terminal (for example, try Fira Code).

Getting Started

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

Bash

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

eval "$(starship init bash)"

Fish

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

starship init fish | source

Zsh

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

eval "$(starship init zsh)"

Powershell

Add the following to the end of ~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1 (or ~/.config/powershell/Microsoft.PowerShell_profile.ps1 on -Nix):

Invoke-Expression (&starship init powershell)

Details for starship

License
  • ISC

Last updated
  • 27 April 2023 - latest/edge
  • 27 April 2023 - latest/edge

Websites

Contact

Share this snap

Generate an embeddable card to be shared on external websites.


Install starship on your Linux distribution

Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.


Where people are using starship

Is there a problem with starship? Report this app