about 1 month ago 06/02/2026 15:11
add Table of contents

Installare e configurare Starship

Introduzione

Starship permette di personalizzare il prompt del terminale.

Installazione

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)"
Tags: linux