Minimal, blazing-fast, and infinitely customizable prompt for any shell!
Find a file
2025-10-03 21:31:08 +02:00
fallenbeck.toml Change symbol color to gray 2025-10-03 21:31:08 +02:00
gruvbox-rainbow.toml Fix when using SSH 2024-07-26 11:37:59 +02:00
nerd-font-symbols.toml Default ners-symbols configuration file 2025-04-18 21:50:28 +02:00
oneline.toml Add several presets and use Gruvbox Rainbow 2024-07-26 10:26:42 +02:00
plaintext.toml Change username color to black bold 2024-07-26 17:06:33 +02:00
pure.toml Add several presets and use Gruvbox Rainbow 2024-07-26 10:26:42 +02:00
README.md Reorganized README 2024-07-26 11:44:56 +02:00
starship.toml My custom prompt 2025-04-18 21:50:45 +02:00
twoline.toml Add several presets and use Gruvbox Rainbow 2024-07-26 10:26:42 +02:00

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

  1. If not yet done, follow the instructions on [https://starship.rs] to install starship.

  2. Get the configuration file

    mkdir -p ~/.config
    git clone https://git.devpresso.org/config/starship.git ~/.config/starship
    

    Note 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/
    
  3. Have fun!