Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drrlvn/fish
Personal fish shell configuration
https://github.com/drrlvn/fish
config configuration fish fish-shell
Last synced: 23 days ago
JSON representation
Personal fish shell configuration
- Host: GitHub
- URL: https://github.com/drrlvn/fish
- Owner: drrlvn
- License: gpl-3.0
- Created: 2018-07-05T12:19:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-03T16:54:42.000Z (9 months ago)
- Last Synced: 2024-04-22T15:21:07.543Z (7 months ago)
- Topics: config, configuration, fish, fish-shell
- Language: Shell
- Size: 221 KB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fish
![Screenshot](screenshot.png)
## Installation
1. Clone this repo to `~/.config`
1. Install `starship`:
* On Arch Linux: `pacman -S starship`
* With homebrew: `brew install starship`
* Using Cargo: `cargo install starship`
1. Optionally use `starship` configuration: `ln -s ~/.config/fish/starship.toml ~/.config/`## External Tools
This configuration uses the following external tools. It is highly recommended that you install them
using your system's package manager.* [`bat`](https://github.com/sharkdp/bat)
* [`eza`](https://github.com/eza-community/eza)
* [`fd`](https://github.com/sharkdp/fd)
* [`fzf`](https://github.com/junegunn/fzf)
* [`ripgrep`](https://github.com/BurntSushi/ripgrep)