The user-friendly command line shell
i Copied to clipboard!
apt |
sudo apt install apt-add-repository ppa:fish-shell/release-4
apt update
apt install fish
|
|
---|---|---|
brew |
brew install fish
|
|
dnf |
sudo dnf install fish
|
|
emerge |
sudo emerge fish
|
|
eopkg |
sudo eopkg install fish
|
|
github |
eget fish-shell/fish-shell
|
|
nix |
nix-env -iA fish
|
|
pacman |
sudo pacman -S fish
|
|
xbps |
sudo xbps-install -S fish-shell
|
|
zypper |
sudo zypper install fish
|