repository for cooler dotfiles.
Starship has two dependencies: nerd font and well, starship. When downloading a nerd font, the files are recommended to be stored in
~/.local/share/fonts
So that when the fonts get updated with the following command
fc-cache -fv
The command will search ~/.local/share/fonts
and find the fonts you have downloaded, and install them.
Starship can be installed with the following command
curl -sS https://starship.rs/install.sh | sh
When starship is installed, it will provide additional info so that starship can be initialized, here is an example for bash, which should be added to the end of the .bashrc
file.
eval "$(starship init bash)"
The config file can should be copied to the ~/.config
folder, below is an example
cp /path/to/dotfiles/starship/starship.toml ~/.config