Skip to content

Instantly share code, notes, and snippets.

@EugeneMeles
EugeneMeles / gist:e0f57b61cb345e0564807a8423d4e493
Created May 5, 2022 20:48
Fish shell + Nerd Font Hack + theme "Bobthefish" on Ubuntu
# add fish-shell repo and install:
sudo apt-add-repository ppa:fish-shell/release-3
sudo apt update
sudo apt install fish
# add nerd-font hack:
wget https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/Hack.zip
sudo mkdir /usr/local/share/fonts/Hack
sudo unzip Hack.zip -d /usr/local/share/fonts/Hack/
sudo fc-cache -fv