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.
- Host: GitHub
- URL: https://github.com/erikhoward/fishfiles
- Owner: erikhoward
- License: mit
- Created: 2020-11-16T22:54:54.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-27T01:10:24.000Z (over 5 years ago)
- Last Synced: 2025-08-19T19:02:17.687Z (10 months ago)
- Topics: dotfiles, fish, fish-plugin, fish-shell, shell
- Language: Shell
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# erikhoward/fishfiles
This repo contains opinionated functions, aliases, abbreviations used in my [fish shell](https://fishshell.com/).

# 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).