Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jsantiagoh/fish

My Personal Fish configuration
https://github.com/jsantiagoh/fish

Last synced: 10 days ago
JSON representation

My Personal Fish configuration

Awesome Lists containing this project

README

        

# My Fish configuration

Clone the repo

```
git clone [email protected]:jsantiagoh/fish.git ~/.config/fish
```

Use [Fisherman](https://fisherman.github.io/) to install packages

```
curl -Lo ~/.config/fish/functions/fisher.fish --create-dirs https://git.io/fisher
```

## Prompt theme

```
IlanCosman/tide
```

# Extras

## FZF
General purpuse fuzzy finder, used for Zoxide's `zi` or fish on `CTRL+R` `CTRL-F`, etc

https://github.com/junegunn/fzf

## Zoxide
To quickly change directories using `z`
https://github.com/ajeetdsouza/zoxide

## Bat
Better cat with syntax coloring
https://github.com/sharkdp/bat

`set -x BAT_THEME "OneHalfLight"`