/starship-themes

My collected themes for Starship.rs

MIT LicenseMIT

starship-themes

My collected themes for Starship.rs.

Inspiration

starship_blue.toml and starship_green.toml are taken from Starship's own Tokyo Night Preset

Features

Installation

  1. Clone this repo locally.
  2. Download and install Starship.rs.
  3. Download and install a NerdFont. I use FiraCode Nerd Font.
  4. Set up your terminal to use that NerdFont you've installed.
  5. In your shell's RC file (.zshrc, .bashrc, etc.), add this:
# Starship
export STARSHIP_CONFIG=<path-to-cloned-repo>/starship_green.toml
eval "$(starship init zsh)"
  1. To switch themes, just change the STARSHIP_CONFIG value in your RC file to point to another template.

Screenshots