starship prompt #

setup starship prompt #

curl -sS https://starship.rs/install.sh | sh
echo 'eval "$(starship init zsh)"' >> ~/.$(basename $SHELL)rc

arrow prompt with starship #

preview

run this:

mkdir -p ~/.config/
cat <<EOF > ~/.config/starship.toml
[character] # The name of the module we are configuring is 'character'
success_symbol = '[➜](bold green)'
error_symbol = '[➜](bold red)'
vicmd_symbol = '[➜](blue)'
EOF