Skip to content

Instantly share code, notes, and snippets.

@nguyenvanduocit
Last active January 15, 2021 08:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nguyenvanduocit/c031d51073a9c79bc45ebb58002aae13 to your computer and use it in GitHub Desktop.
Save nguyenvanduocit/c031d51073a9c79bc45ebb58002aae13 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt-add-repository ppa:fish-shell/release-3
sudo apt-get update
sudo apt-get install fish -y
sudo chsh -s /usr/bin/fish
curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish
fish
fisher install jethrokuan/z rafaelrinaldi/pure franciscolourenco/done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment