diff options
| author | nathan <nathansmith@posteo.com> | 2025-04-08 06:56:09 +0000 | 
|---|---|---|
| committer | nathan <nathansmith@posteo.com> | 2025-04-08 06:56:09 +0000 | 
| commit | 27860631f177210c3c541296907f91b46efeb353 (patch) | |
| tree | add1d1e44a9ed596940d0664bf2bac44b0dd8c36 /linux_room.html | |
| parent | 721465b86857a4720b585dbfaa34bf5c70f166db (diff) | |
| download | shittyweb-27860631f177210c3c541296907f91b46efeb353.tar.gz shittyweb-27860631f177210c3c541296907f91b46efeb353.tar.bz2 shittyweb-27860631f177210c3c541296907f91b46efeb353.zip  | |
Nerd font install guide
Diffstat (limited to 'linux_room.html')
| -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>  | 
