How to install Starship Shell
What is starship shell?
Is a customizable shell prompt. Learn more in the projects website: starship.rs
How to install
- Run this command:
curl -sS https://starship.rs/install.sh | sh
- Open the file
~/.bashrc
and add this line at the end:
eval "$(starship init bash)"
.bashrc
is a hidden file. You will need to enable hidden files view (CTRL + H) to see this file if you are doing this graphically
-
Restart the terminal or run the command:
source ~/bashrc
-
How to customize the shell prompt
Read the manual: Starship Config. If you want the same config I use, then run this command:
curl https://cis106.com/assets/starship.toml -o $HOME/.config/starship.toml
Screenshots