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-shellor
Install via npx
npx @hexmos/ipm i fish-shell/fish-shellPrerequisites
Rust
languageVersion: 1.85 or later
CMake
build_toolVersion: 3.15 or later
PCRE2
libraryVersion: headers and libraries
gettext
libraryVersion: msgfmt tool
Git
system_toolVersion: any version
Python 3.5+
languageVersion: 3.5+
xsel
system_toolVersion: any version
xclip
system_toolVersion: any version
wl-copy/wl-paste
system_toolVersion: any version
pbcopy
system_toolVersion: any version
npm
package_managerVersion: any version
yarn
package_managerVersion: any version
uv
build_toolVersion: any version
Docker
system_toolVersion: 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
fishUbuntu Package Manager
sudo apt-add-repository ppa:fish-shell/release-4
sudo apt update
sudo apt install fishSource Code (Manual)
git clone https://github.com/fish-shell/fish-shell.git
cd fish-shellCargo 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.
