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 #
run this:
curl -sS https://starship.rs/install.sh | sh
echo 'eval "$(starship init zsh)"' >> ~/.$(basename $SHELL)rc
run this: