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).
*https://github.com/powerline/fonts
*https://github.com/tonsky/FiraCode
## 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:
# ~/.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):