diff options
-rw-r--r-- | linux_room.html | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/linux_room.html b/linux_room.html index 24b9268..6236777 100644 --- a/linux_room.html +++ b/linux_room.html @@ -290,6 +290,16 @@ table { <h1 id="commandline">Command line</h1> <p> Yes, the terminal is a GUI program. But I put it here because <b>fuck you</b>. + <br/><br/> + For a cool command line I use nerd fonts. My favorite is the hack nerd font which can be installed with: + <br/> + <code> + wget https://github.com/ryanoasis/nerd-fonts/releases/download/v3.3.0/Hack.zip<br/> + unzip Hack.zip -d Hack<br/> + sudo cp -r Hack /usr/share/fonts/<br/> + </code> + <br/> + More nerd fonts can be found <a href="https://www.nerdfonts.com" target="_blank">here</a>. </p> </td> </tr> @@ -312,17 +322,10 @@ table { <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: + zsh has lots of cool things like vi keys and is somewhat compatable with bash to. + <br/><br/> + For my zsh config to work correctly you need powerline and nerd fonts. </p> - <ul> - <li><code>sudo dnf install powerline</code></li> - <li> - Download a nerd font from the <a href="https://www.nerdfonts.com/font-downloads" target="_blank">nerd fonts site</a>. - Personal I use hack font and configured neovim with it. - </li> - </ul> </td> </tr> |