Skip to content

jwillikers/fish-config

Repository files navigation

fish Config

My configuration for the fish shell.

Usage

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

Install

My fish configuration relies on other utilities: carapace-bin for completions and Starship for the prompt configuration.

  1. Follow the install instructions in the Starship config repository to configure the prompt.

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

  3. Clone this repository.

    git clone git@github.com:jwillikers/fish-config.git
  4. Change to the project’s directory.

    cd fish-config
  5. Run just to install everything.

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

    sudo systemctl reboot
  7. Open a new shell to complete the installation.

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