Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 8 years ago)
- Default Branch: main
- Last Pushed: 2020-08-13T09:00:53.000Z (over 4 years ago)
- Last Synced: 2024-11-09T14:37:32.070Z (3 months ago)
- Topics: chassis, chassis-extension, fish
- Language: Puppet
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 4
- 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 [email protected]: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!