aboutsummaryrefslogtreecommitdiff
path: root/linuxRoom.html
diff options
context:
space:
mode:
authornathansmith117 <nathansmith117@sdf.org>2024-05-19 15:30:16 -0600
committernathansmith117 <nathansmith117@sdf.org>2024-05-19 15:30:16 -0600
commit63c24a97434e834e6377a906cdead9ff25851d59 (patch)
tree7089aa649f83ccde8063bea1d14cd4eb6f2909cb /linuxRoom.html
parent79ea4d36a25145c9c0858d0f4867b600f5c6ae14 (diff)
Added zsh section
Diffstat (limited to 'linuxRoom.html')
-rw-r--r--linuxRoom.html19
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>