Last active
January 15, 2021 08:00
-
-
Save nguyenvanduocit/c031d51073a9c79bc45ebb58002aae13 to your computer and use it in GitHub Desktop.
This file contains 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
#!/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