/starship-config

My configuration for the Starship prompt

Primary LanguageJustOtherNOASSERTION

Starship Config

My configuration for Starship, the minimal, blazing-fast, and infinitely customizable prompt for any shell!

Usage

This repository contains the configuration files for Starship, which I use for both fish and Nushell. This file is synchronized using this Git repository. The following instructions detail how to use and sync this repository.

Install

Install these settings with the following instructions. Nerd Fonts are required for this configuration. I use the patched Noto fonts. Noto Sans is the default font used in Fedora Linux.

  1. Install just by following the instructions in the installation section.

  2. Clone this repository.

    git clone git@codeberg.org:jwillikers/starship-config.git
  3. Change to the project’s directory.

    cd starship-config
  4. Run just to install Nerd Fonts, Starship, and the config file.

    just
  5. On Fedora Atomic systems, reboot for the changes to take effect.

    sudo systemctl reboot
  6. Follow the install instructions in the fish config repository and Nushell config repository to enable Starship. For other shells, refer to the Starship Installation instructions.

Code of Conduct

Please refer to the project’s Code of Conduct.

License

This repository is licensed under the GPLv3. Please refer to the bundled license.

© 2023-2024 Jordan Williams

Authors