logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install fish-shell/fish-shell. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

fish-shell/fish-shell Installation Guide

How to install fish-shell/fish-shell. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for fish-shell/fish-shell. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i fish-shell/fish-shell
or

Install via npx

npx @hexmos/ipm i fish-shell/fish-shell

Prerequisites

Rust

language

Version: 1.85 or later

CMake

build_tool

Version: 3.15 or later

PCRE2

library

Version: headers and libraries

gettext

library

Version: msgfmt tool

Git

system_tool

Version: any version

Python 3.5+

language

Version: 3.5+

xsel

system_tool

Version: any version

xclip

system_tool

Version: any version

wl-copy/wl-paste

system_tool

Version: any version

pbcopy

system_tool

Version: any version

npm

package_manager

Version: any version

yarn

package_manager

Version: any version

uv

build_tool

Version: any version

Docker

system_tool

Version: any version

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Homebrew, MacPorts, and Standalone Installer

brew install fish

sudo port install fish

installer from fishshell.com

fish

Ubuntu Package Manager

sudo apt-add-repository ppa:fish-shell/release-4

sudo apt update

sudo apt install fish

Source Code (Manual)

git clone https://github.com/fish-shell/fish-shell.git

cd fish-shell

Cargo Installation

cargo install --path . 

Post Installation Steps

  • Open a terminal and run `fish` to start the interactive shell.
  • To access the fish shell, you can type `fish` in your terminal. This will launch the shell.
  • You can now use commands like `ls`, `cd`, `mkdir`, `cat`, etc.