dotfiles/fish
Dionisio E Alonso ae1d9a6043 feat(Fish): Set default editor to Neovim
Using the recommendation in the FAQ
(https://fishshell.com/docs/current/faq.html#why-doesn-t-set-ux-exported-universal-variables-seem-to-work),
set the `EDITOR` environment variable to `nvim`.
2024-01-26 10:04:08 -03:00
..
README.txt feat: Update fish' settings and docs 2023-08-17 10:56:44 -03:00
config.fish feat(Fish): Set default editor to Neovim 2024-01-26 10:04:08 -03:00
fish_variables Add my default prompt colors to Fish 2020-04-11 22:13:03 -03:00
prompt_layout_setup.txt Add instructions to setup fish prompt layout 2020-04-10 23:44:14 -03:00

README.txt

First set the color theme, choosing (Base16 Eighties, Base16 Default Dark):

baco@terrapin ~> fish_config theme choose "Base16 Eighties"

After setting the desired theme, manually set some colors (values obtained
from https://jonasjacek.github.io/colors/):

baco@terrapin ~> set fish_color_user 8a8a8a
                 set fish_color_host af005f
                 set fish_color_cwd 005faf
                 set fish_color_status af00af
baco@terrapin ~>


Setting up the prompt layout requires patching the default function
fish_prompt.fish as specified in `prompt_layout_setup.txt`


Adding XDG_DATA_HOME/bin to the PATH:
baco@kodiak ~> fish_add_path ~/.local/bin