Skip to content

kbeeperez/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

dotfiles

repository for cooler dotfiles.


Starship

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

About

repository for dotfiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published