Last active
July 11, 2021 00:59
-
-
Save selfagency/c3fd25c08a2c298c6266ac0d4b75d9d2 to your computer and use it in GitHub Desktop.
[install fish shell] ubuntu
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
#!/usr/bin/env bash | |
sudo apt-add-repository ppa:fish-shell/release-3 | |
sudo apt -y update | |
sudo apt -y install fish | |
curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish | |
sudo chsh $(whoami) -s /usr/bin/fish |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment