https://github.com/chassis/fish
A Chassis extension to install Fish on your Chassis box
https://github.com/chassis/fish
chassis chassis-extension fish
Last synced: 11 months ago
JSON representation
A Chassis extension to install Fish on your Chassis box
- Host: GitHub
- URL: https://github.com/chassis/fish
- Owner: Chassis
- Created: 2016-10-21T02:30:14.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2020-08-13T09:00:53.000Z (almost 6 years ago)
- Last Synced: 2025-03-11T00:05:42.941Z (about 1 year ago)
- Topics: chassis, chassis-extension, fish
- Language: Puppet
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fish Shell
A Chassis extension to install and configure [Fish Shell](https://fishshell.com/) on your server.
## Usage
1. Add this extension to your extensions directory. `git clone git@github.com:Chassis/Fish.git extensions/fish`
2. Run `vagrant provision`
3. Fish Shell has been installed on your Chassis VM!
## Custom Fish Config
If you have a custom `config.fish` that you're used to using locally and you'd like it to be installed on your Chassis box then copy and commit your `fish.config` into your base content folder.
For default Chassis installs this will be `content/config.fish` for customised content folders this will be `/config.fish`.
That's it!