Minimal, blazing-fast, and infinitely customizable prompt for any shell!
| fallenbeck.toml | ||
| gruvbox-rainbow.toml | ||
| nerd-font-symbols.toml | ||
| oneline.toml | ||
| plaintext.toml | ||
| pure.toml | ||
| README.md | ||
| starship.toml | ||
| twoline.toml | ||
starship.rs
This repository contains my starship.toml configuration file.
starship.toml is a symbolic link to another configuration file in this
directory. This is because I like to play around with different shell
configurations and do not throw my past configurations away. :)
Installation
-
If not yet done, follow the instructions on [https://starship.rs] to install starship.
-
Get the configuration file
mkdir -p ~/.config git clone https://git.devpresso.org/config/starship.git ~/.config/starshipNote that the configuration file needs to reside in your
~${HOME}/.config/directory (on a Linux/Unix machine). To achieve this you may need to either link this file or copy it directly to your${HOME}/.config/directory:ln -s ~/.config/starship/starship.toml ~/.config/ -
Have fun!