Skip to content

Instantly share code, notes, and snippets.

View mdomurad's full-sized avatar

Marcin Domurad mdomurad

View GitHub Profile
@mdomurad
mdomurad / oh-my-fish.md
Created November 14, 2023 21:02 — 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``