diff options
| -rw-r--r-- | linuxRoom.html | 19 | 
1 files changed, 19 insertions, 0 deletions
diff --git a/linuxRoom.html b/linuxRoom.html index 4edbd57..1c73c6a 100644 --- a/linuxRoom.html +++ b/linuxRoom.html @@ -298,6 +298,25 @@ table {                      </p>                  </td>              </tr> + +            <tr> +                <td> +                    <h2 id="zsh">zsh</h2> +                    <p> +                        zsh is pretty cool though I been playing with fish a bit and been thinking of switching to that. +                        zsh has lots of cool things like vi keys and is somewhat compatable with bash to.<br/><br/> +                         +                        For my zsh config to work you need powerline and nerd fonts which can be installed with: +                        <ul> +                            <li><code>sudo dnf install powerline</code></li> +                            <li> +                                Download a nerd font from the <a href="https://www.nerdfonts.com/font-downloads">nerd fonts site</a>. +                                Personal I use hack font and configured neovim with it. +                            </li> +                        </ul> +                    </p> +                </td> +            </tr>          </table>      </center>  </body>  | 
