From 27860631f177210c3c541296907f91b46efeb353 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 8 Apr 2025 00:56:09 -0600 Subject: Nerd font install guide --- linux_room.html | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'linux_room.html') 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 {

Command line

Yes, the terminal is a GUI program. But I put it here because fuck you. +

+ For a cool command line I use nerd fonts. My favorite is the hack nerd font which can be installed with: +
+ + wget https://github.com/ryanoasis/nerd-fonts/releases/download/v3.3.0/Hack.zip
+ unzip Hack.zip -d Hack
+ sudo cp -r Hack /usr/share/fonts/
+
+
+ More nerd fonts can be found here.

@@ -312,17 +322,10 @@ table {

zsh

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.

- - 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. +

+ For my zsh config to work correctly you need powerline and nerd fonts.

- -- cgit v1.2.3