diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index fdbd626..0f44b20 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -45,21 +45,18 @@ draw_bold_text_with_bright_colors: true font: # The normal (roman) font face to use. normal: - family: SauceCodePro Nerd Font Mono # should be "Menlo" or something on macOS. - # Style can be specified to pick a specific face. - # style: Regular + family: monospace + style: Regular # The bold font face bold: - family: SauceCodePro Nerd Font Mono # should be "Menlo" or something on macOS. - # Style can be specified to pick a specific face. - # style: Bold + family: monospace + style: Bold # The italic font face italic: - family: SauceCodePro Nerd Font Mono # should be "Menlo" or something on macOS. - # Style can be specified to pick a specific face. - # style: Italic + family: monospace + style: Italic # Point size of the font {%@@ if profile == "Hermes" @@%} diff --git a/config.yaml b/config.yaml index b74b31a..221007b 100644 --- a/config.yaml +++ b/config.yaml @@ -145,6 +145,11 @@ dotfiles: src: ./flake8/flake8 link: link + fontconfig: + src: ./fontconfig/fonts.conf + dst: ~/.config/fontconfig/fonts.conf + link: link + git: dst: ~/.config/git/config src: ./git/.gitconfig @@ -356,6 +361,7 @@ profiles: - dunst_icons - firefox - flake8 + - fontconfig - git - gitignore - gtk diff --git a/fontconfig/fonts.conf b/fontconfig/fonts.conf new file mode 100644 index 0000000..aa29073 --- /dev/null +++ b/fontconfig/fonts.conf @@ -0,0 +1,13 @@ + + + + + + monospace + + SauceCodePro Nerd Font Mono + Noto Color Emoji + + + diff --git a/pacman-package-list.txt b/pacman-package-list.txt index e8e2468..74b42b1 100644 --- a/pacman-package-list.txt +++ b/pacman-package-list.txt @@ -172,6 +172,7 @@ netctl nextcloud-client nginx nodejs +noto-fonts-emoji npm nss-mdns ntfs-3g