# Fish
The best shell ever

## Install

There is an installation script in this repository at `Install/fish_install`. This script install fish and makes it your default shell.

A customization script is also available : `Install/fish_custom`. This script copy the prompt template.

## Configure from web browser

```sh
fish_config
```

## Colors

### Set
`set fish_color_user yellow`
`set fish_color_host cyan`

### Available colors

- black
- blue
- green
- yellow
- cyan
- white
- magenta
- red

### Standardized colors for users

jovian -> yellow

gituser -> magenta

postgres -> blue _(beware, the home folder is in a tricky place)_

root -> red

### Standardized colors for hosts

Server always powered : blue

Server powered on demand : yellow

Server powered on schedule : red

Laptop : magenta