Files
dotfiles/fish
Shaun Setlock e93ccd3319 feature/fish_aliases (#22)
Co-authored-by: Shaun Setlock <shaun@setlock.net>
Co-authored-by: Shaun Setlock <ssetlock@zaether.com>
Reviewed-on: #22
2025-07-01 21:30:24 -04:00
..
2025-02-02 20:21:08 -05:00
2025-07-01 21:30:24 -04:00

Shaun's fish Dotfiles

Location

Config Directory

The configuration files need to be present at this location, ~/.config/fish. So, we can use the following command to softlink/symlink,

ln -s <location of cloned dotfiles fish directory> ~/.config
# e.g.
# ln -s ~/dotfiles/fish ~/.config

Install Powerline Font or Nerd Font

A nerd font is expected for the awesome unicode characters, and the easiest is probably powerline.

dnf install powerline

Install Oh My Fish (omf)

This addon is expected within our configuration so we should install it.

curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish

Install Bob The Fish Theme (bobthefish)

This theme is great.

omf install bobthefish