From 79bc5c0bc9946559d9dbdb3dbaeecd0eb5c91abc Mon Sep 17 00:00:00 2001 From: marc Date: Fri, 24 Apr 2020 15:42:37 +0200 Subject: [PATCH] defined font for alacritty --- .config/alacritty/alacritty.yml | 38 ++++++++------------------------- 1 file changed, 9 insertions(+), 29 deletions(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index fe9e209..e290038 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -53,42 +53,22 @@ scrolling: # DEPRECATED # faux_multiplier: 3 - # Scroll to the bottom when new text is written to the terminal. - auto_scroll: false - -tabspaces: 4 - # Font configuration (changes require restart) font: # Normal (roman) font face - #normal: - # Font family - # Default: - # - (Linux) monospace - #family: monospace - - # The `style` can be specified to pick a specific face. - #style: Regular + normal: + family: Hack Nerd Font + style: Regular # Bold font face - #bold: - # Font family - # If the bold family is not specified, it will fall back to the - # value specified for the normal font. - #family: monospace - - # The `style` can be specified to pick a specific face. - #style: Bold + bold: + family: Hack Nerd Font + style: Bold # Italic font face - #italic: - # Font family - # If the italic family is not specified, it will fall back to the - # value specified for the normal font. - #family: monospace - - # The `style` can be specified to pick a specific face. - #style: Italic + italic: + family: Hack Nerd Font + style: Italic # Point size size: 11.0