diff --git a/README.md b/README.md index bc2eba7..0735528 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,15 @@ -
- - - -
-
- > nelsonjchen theme for [Oh My Fish][omf-link]. Based on re5et in Oh-My-Zsh. ## Install ```fish -$ omf u nelsonjchen +$ mkdir -p ~/.config/fish/{functions,themes} +$ cd ~/.config/fish +$ git clone https://git.cgj.es/kauron/fish-theme-nelsonjchen.git themes/nelsonjchen +$ cd functions +$ for i in ../themes/nelsonjchen/*.fish; + ln -sf $i + end ``` ## Features and Differences @@ -20,9 +19,9 @@ $ omf u nelsonjchen * Git Prompt using off-the-shelf fish functions * Note that the symbology, colors, and features are more than the `zsh` version and they don't match up 1-to-1. For example, checking out a tag will show the tag name in `fish` but the re5et version in `zsh` will simply show the commit ID. This was one such freebie amongst many I just left in while porting since the `fish` script was giving it to me for free anyway. It is still pretty close though. * Red user prompt if `root` -* 12 hour clock +* ~12~ 24 hour clock * re5et: 24 hour clock -* MM DD YY date format +* DD MM YY date format * re5et: YY MM DD date format * Title Setting to the `prompt_pwd` function in fish for screen, tmux, and non-terminal multiplexer. * This is derived from [@chgu82837's theme](https://github.com/chgu82837/theme-PastFish/blob/39af8e2885e308501bb0afa9dedab193a8722cfe/fish_prompt.fish#L82-L90)