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