From 2f81c2a5eb8ac4ce610d25bde37b0b1b2742d19d Mon Sep 17 00:00:00 2001 From: hoellen Date: Thu, 17 Aug 2023 13:49:08 +0200 Subject: [PATCH] Change font to cascadia code with patched nerdfont --- .config/alacritty/alacritty.yml | 6 ++---- .config/fish/prompt.fish | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 2589400..d448e41 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -112,8 +112,7 @@ font: # - (Linux/BSD) monospace # - (Windows) Consolas #family: monospace - # Next time: Check for Cascadia (Code|Mono) PL - family: "Cascadia Code PL" + family: "CaskaydiaCove Nerd Font" # Cascadia Code with patched nerd font # if fallback is implemented #family: Roboto Mono for Powerline 11 @@ -124,7 +123,6 @@ font: #family: Monospace 16 # The `style` can be specified to pick a specific face. - #style: Regular style: Regular # Bold font face @@ -166,7 +164,7 @@ font: #style: Bold Italic # Point size - size: 12.0 + size: 14.0 # Offset is the extra space around each character. `offset.y` can be thought # of as modifying the line spacing, and `offset.x` as modifying the letter diff --git a/.config/fish/prompt.fish b/.config/fish/prompt.fish index d0e99d0..af711e7 100644 --- a/.config/fish/prompt.fish +++ b/.config/fish/prompt.fish @@ -79,7 +79,7 @@ function fish_prompt set arrow_color "$red" end - set -l arrow_user "$arrow_color➜ " + set -l arrow_user "$arrow_color→ " if test "$USER" = 'root' set -e arrow_user set arrow_root "$arrow_color#"