Correcting README's for softlink path.

This commit is contained in:
Shaun Setlock
2025-04-19 23:24:38 -04:00
parent 7f1b4069be
commit 050866ea84
3 changed files with 19 additions and 6 deletions

View File

@@ -1,28 +1,37 @@
# 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,
```bash
ln -s <location of cloned dotfiles fish directory> ~/.config/fish
ln -s <location of cloned dotfiles fish directory> ~/.config
# e.g.
# ln -s ~/dotfiles/fish ~/.config/fish
# 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.
```bash
dnf install powerline
```
## Install Oh My Fish (`omf`)
This addon is expected within our configuration so we should install it.
```bash
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.
```bash
omf install bobthefish
```