Removed powerline and the distro specific stuff, just too much hassle.

This commit is contained in:
Shaun Setlock
2024-12-31 19:18:53 -05:00
parent 94145e931f
commit 291f252dc6
4 changed files with 25 additions and 20 deletions

View File

@@ -9,17 +9,8 @@ ln -s <location of cloned dotfiles fish directory> ~/.config/fish
# e.g.
# ln -s ~/dotfiles/fish ~/.config/fish
```
### Config File
The paths for certain distributions of Linux can be different. Two files are provided here, for RedHat and Debian family distro's, so we must ensure the correct file is linked.
```bash
ln -s ~/.config/fish/config.fish.debian ~/.config/fish/config.fish
# or ...
ln -s ~/.config/fish/config.fish.redhat ~/.config/fish/config.fish
```
## Install Powerline Font
This font is expected within our configuration so we should install it.
## 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
```
@@ -27,6 +18,11 @@ dnf install powerline
## Install Oh My Fish (`omf`)
This addon is expected within our configuration so we should install it.
```bash
dnf install fish
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
```