Skip to content

Instantly share code, notes, and snippets.

@openhoangnc
Last active November 29, 2023 06:54
Show Gist options
  • Select an option

  • Save openhoangnc/2e85085250c0affeb1c061b6ae566012 to your computer and use it in GitHub Desktop.

Select an option

Save openhoangnc/2e85085250c0affeb1c061b6ae566012 to your computer and use it in GitHub Desktop.
Install Fish Shell debian 11
#Ref https://software.opensuse.org/download.html?project=shells%3Afish%3Arelease%3A3&package=fish
echo 'deb http://download.opensuse.org/repositories/shells:/fish:/release:/3/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/shells:fish:release:3.list
curl -fsSL https://download.opensuse.org/repositories/shells:fish:release:3/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_fish_release_3.gpg > /dev/null
sudo apt update
sudo apt install fish -y
sudo chsh -s /usr/bin/fish
@openhoangnc
Copy link
Author

openhoangnc commented Jan 22, 2023

curl -L bit.ly/ins-fish | sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment