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.
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)
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
You are about to open
Do you wish to proceed?
Generate an embeddable card to be shared on external websites.
Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.