Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jsantiagoh/fish
- Owner: jsantiagoh
- Created: 2018-05-15T22:12:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-04T12:02:48.000Z (over 3 years ago)
- Last Synced: 2024-10-28T16:47:59.083Z (about 2 months ago)
- Language: Shell
- Size: 82 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`, etchttps://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"`