Files
dotfiles/fish/README.md

769 B

Shaun's fish Dotfiles

Location

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/fish
# e.g.
# ln -s ~/dotfiles/fish ~/.config/fish

Ensure the file is adjusted (or a copy is made instead) which uncomments lines for the corresponding linux distro.

Install Powerline Font

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

dnf install powerline

Install Oh My Fish (omf)

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

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