From 946e25aad931859ed9cf7aac404c263ee2af93ca Mon Sep 17 00:00:00 2001 From: Simon Studer Date: Tue, 23 Apr 2024 00:04:47 +0200 Subject: [PATCH] use roboto mono nerd font in alacritty --- config/alacritty/alacritty.toml | 12 +++++++++--- scripts/02_setup_programs.sh | 1 + 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/config/alacritty/alacritty.toml b/config/alacritty/alacritty.toml index 96de639..04fb3b0 100644 --- a/config/alacritty/alacritty.toml +++ b/config/alacritty/alacritty.toml @@ -8,11 +8,17 @@ size = 11.0 x = 0 y = 0 -[font.italic] -style = "Italic" - [font.normal] style = "Regular" +family = "RobotoMono Nerd Font" + +[font.italic] +style = "Italic" +family = "RobotoMono Nerd Font" + +[font.bold] +style = "Bold" +family = "RobotoMono Nerd Font" [font.offset] x = 0 diff --git a/scripts/02_setup_programs.sh b/scripts/02_setup_programs.sh index bba4434..7adf1fd 100755 --- a/scripts/02_setup_programs.sh +++ b/scripts/02_setup_programs.sh @@ -13,6 +13,7 @@ sudo pacman -S --noconfirm starship sudo pacman -S --noconfirm tmux sudo pacman -S --noconfirm ranger sudo pacman -S --noconfirm ueberzug # ranger image previewer +sudo pacman -S --noconfirm ttf-roboto-mono-nerd # font # nvim sudo pacman -S --noconfirm neovim