Starship permette di personalizzare il prompt del terminale.
Per maggiore compatibilità è consigliato installare una font adeguata (per esempio FiraCode Nerd Font)
mkdir -p ~/.local/share/fonts
cd /tmp
wget https://github.com/ryanoasis/nerd-fonts/releases/latest/download/FiraCode.zip
unzip FiraCode.zip -d ~/.local/share/fonts/FiraCode
fc-cache -fv
Per installare Starship
curl -sS https://starship.rs/install.sh | sh
Se usate bash come terminale aggiungete in fondo al file ~/.bashrc questa riga
eval "$(starship init bash)"