Skip to content

Instantly share code, notes, and snippets.

View minh-nguyen3-niteco's full-sized avatar

Minh Nguyen minh-nguyen3-niteco

View GitHub Profile
@minh-nguyen3-niteco
minh-nguyen3-niteco / oh-my-fish.md
Created August 5, 2019 10:14 — forked from frfahim/oh-my-fish.md
Install fish shell and oh-my-fish on ubuntu

First install fish shell on your system

sudo apt-get update
sudo apt-get install fish

Or install fish via ppa

sudo apt-add-repository ppa:fish-shell/release-2
sudo apt-get update

sudo apt-get install fish``