small fix in font section
This commit is contained in:
@@ -38,7 +38,7 @@ install_packages wget curl nano fastfetch lolcat bash-completion starship alacri
|
||||
FONT_DIR="$HOME/.local/share/fonts"
|
||||
mkdir -p "$FONT_DIR"
|
||||
curl -L "https://github.com/ryanoasis/nerd-fonts/releases/latest/download/RobotoMono.zip" -o "/tmp/RobotoMono.zip"
|
||||
unzip -q "/tmp/RobotoMono.zip" -d "$FONT_DIR"
|
||||
unzip -oq "/tmp/RobotoMono.zip" -d "$FONT_DIR"
|
||||
fc-cache -fv
|
||||
|
||||
# Enable basic services
|
||||
|
||||
Reference in New Issue
Block a user