Oh My Fish is a framework around the fish shell that makes it easy to customize fish themes and output. Oh My Fish provides the core infrastructure that allows you to install packages that extend or modify the shell’s appearance, fast, extensible, and easy to use.

Install:

You can start using the default settings right away by running the following command in a terminal:


curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish

This will download the installer script and start the installation. Alternatively, you can download the installer and customize your installation:


curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install > install
fish install --path=~/.local/share/omf --config=~/.config/omf

can be checked against thisValidation script to verify the integrity of the downloaded installer:


bb1f4025934600ea6feef2ec11660e17e2b6449c5a23c033860aed712ad328c9 install

You can also use Git or frompublish pageDownload the offline source tarball to install Oh My Fish:


# with git
$ git clone https://github.com/oh-my-fish/oh-my-fish
$ cd oh-my-fish
$ bin/install --offline
# with a tarball
$ curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install > install
$ fish install --offline=omf.tar.gz

runinstall --helpfor a full list of installation options you can customize.

#Fish #Homepage #Documentation #Downloads #Fish #Shell #Framework #News Fast Delivery

Leave a Comment

Your email address will not be published. Required fields are marked *