Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Created: 2023-05-13T16:56:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-05T15:10:28.000Z (12 months ago)
- Last Synced: 2024-02-05T16:27:32.426Z (12 months ago)
- Topics: config, fish, git, gnome-keyring, shell
- Language: Shell
- Homepage:
- Size: 22.5 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}]