Skip to content

Instantly share code, notes, and snippets.

@jimzer
Last active July 10, 2021 14:31
Show Gist options
  • Select an option

  • Save jimzer/198baae994cf202b2259f076696728a0 to your computer and use it in GitHub Desktop.

Select an option

Save jimzer/198baae994cf202b2259f076696728a0 to your computer and use it in GitHub Desktop.
Install fish with Oh My Fish and Bob The Fish theme
sudo apt-get update -y &&
sudo apt-get install -y fish &&
chsh -s `which fish` &&
fish &&
curl -L https://get.oh-my.fish | fish &&
omf install bobthefish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment