My config files for Linux customization.
Install Starship
curl -sS https://starship.rs/install.sh | sh
Add starship to normal bash ~/.bashrc
eval "$(starship init bash)"
Add the following to the end of ~/.config/fish/config.fish:
starship init fish | source
Configure starship
mkdir -p ~/.config && touch ~/.config/starship.toml
Then make copy my starship.toml
file to use configuration