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

https://github.com/erikhoward/fishfiles

Useful fish shell configuration and functions.
https://github.com/erikhoward/fishfiles

dotfiles fish fish-plugin fish-shell shell

Last synced: about 1 month ago
JSON representation

Useful fish shell configuration and functions.

Awesome Lists containing this project

README

          

# erikhoward/fishfiles

This repo contains opinionated functions, aliases, abbreviations used in my [fish shell](https://fishshell.com/).

![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/erikhoward/fishfiles?label=current%20release&style=flat-square)

# Installation
Use [fisher](https://github.com/jorgebucaran/fisher) to install:

First install `fisher`

```fish
curl -sL git.io/fisher | source && fisher install jorgebucaran/fisher
```

Next install this repo

```fish
fisher install erikhoward/fishfiles
```

## License

[MIT](LICENCE.md)

This project is licensed under the terms of the MIT license.
A copy of the license can be found in the root directory of
the project in the file [LICENSE](./LICENSE).