Skip to content

Instantly share code, notes, and snippets.

@selfagency
Last active July 11, 2021 00:59
Show Gist options
  • Save selfagency/c3fd25c08a2c298c6266ac0d4b75d9d2 to your computer and use it in GitHub Desktop.
Save selfagency/c3fd25c08a2c298c6266ac0d4b75d9d2 to your computer and use it in GitHub Desktop.
[install fish shell] ubuntu
#!/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