https://github.com/jwillikers/fish-config
Configuration files for the fish shell
https://github.com/jwillikers/fish-config
config fish git gnome-keyring shell
Last synced: 3 months ago
JSON representation
Configuration files for the fish shell
- Host: GitHub
- URL: https://github.com/jwillikers/fish-config
- Owner: jwillikers
- License: other
- Archived: true
- Created: 2023-05-13T16:56:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T17:23:04.000Z (10 months ago)
- Last Synced: 2025-04-06T21:52:12.817Z (3 months ago)
- Topics: config, fish, git, gnome-keyring, shell
- Language: Just
- Homepage: https://codeberg.org/jwillikers/fish-config
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.adoc
- Code of conduct: CODE_OF_CONDUCT.adoc
Awesome Lists containing this project
README
= fish Config
Jordan Williams
:experimental:
:icons: font
ifdef::env-github[]
:tip-caption: :bulb:
:note-caption: :information_source:
:important-caption: :heavy_exclamation_mark:
:caution-caption: :fire:
:warning-caption: :warning:
endif::[]
:carapace-bin: https://rsteube.github.io/carapace-bin/carapace-bin.html[carapace-bin]
:direnv: https://direnv.net/[direnv]
:fish: https://fishshell.com/[fish]
:just: https://github.com/casey/just[just]
:Starship: https://starship.rs/[Starship]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, {Starship} for the prompt configuration, and {direnv} for automatic environment set up.
. Follow the install instructions in the https://github.com/jwillikers/starship-config[Starship config repository] to configure the prompt.
. Install {just} by following the instructions in the https://github.com/casey/just?tab=readme-ov-file#installation[installation section].
. Clone this repository.
+
[,sh]
----
git clone [email protected]:jwillikers/fish-config.git
----. Change to the project's directory.
+
[,sh]
----
cd fish-config
----. Run `just` to install everything.
+
[,sh]
----
just
----. On Fedora Atomic systems, reboot for the changes to take effect.
+
[,sh]
----
sudo systemctl reboot
----. Open a new shell to complete the installation.
== Code of Conduct
Please refer to the project's link:CODE_OF_CONDUCT.adoc[Code of Conduct].
== License
This repository is licensed under the https://www.gnu.org/licenses/gpl-3.0.html[GPLv3].
Please refer to the bundled link:LICENSE.adoc[license].== Copyright
© 2023-2024 Jordan Williams
== Authors
mailto:{email}[{author}]