https://github.com/rikcav/fish
A repo with my config of the fish shell
https://github.com/rikcav/fish
Last synced: 3 months ago
JSON representation
A repo with my config of the fish shell
- Host: GitHub
- URL: https://github.com/rikcav/fish
- Owner: rikcav
- Created: 2024-03-31T18:21:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-02T00:44:30.000Z (about 1 year ago)
- Last Synced: 2025-01-21T11:30:38.677Z (5 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fish Shell Configuration
This repository contains the Fish shell configuration and related scripts for José Henrique Tenório Araújo Cavalcante.
## Installation
1. Clone this repository to your local machine:
```bash
git clone https://github.com/rikcav/fish.git
```2. Copy or symlink the `config.fish` file to your Fish configuration directory (`~/.config/fish/`):
```bash
cp config.fish ~/.config/fish/
```3. Reload the Fish configuration:
```fish
source ~/.config/fish/config.fish
```## Custom Aliases
- `rm`: Aliased to `rm -Iv` for interactive and verbose file deletion.
- `fp`: Quickly search for a project in `~/Projects`.
- `np`: Create a new directory inside a project directory inside `~/Projects` using `fzf`.## Usage
Feel free to modify the `config.fish` file and add your custom aliases or functions.