Last active
November 29, 2023 06:54
-
-
Save openhoangnc/2e85085250c0affeb1c061b6ae566012 to your computer and use it in GitHub Desktop.
Install Fish Shell debian 11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
curl -L bit.ly/ins-fish | sh