From 4baa7ec12c5659f65cc43f3574eea1868f39817b Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Mon, 5 Jan 2026 21:52:08 +0100 Subject: [PATCH] feat: add fontconfig --- .config/fontconfig/fonts.conf | 10 ++++++++++ setup.sh | 1 + 2 files changed, 11 insertions(+) create mode 100644 .config/fontconfig/fonts.conf diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf new file mode 100644 index 0000000..9be1bcb --- /dev/null +++ b/.config/fontconfig/fonts.conf @@ -0,0 +1,10 @@ + + + + + monospace + + Symbols Nerd Font Mono + + + diff --git a/setup.sh b/setup.sh index 94e97c3..2a9e5f1 100755 --- a/setup.sh +++ b/setup.sh @@ -43,6 +43,7 @@ SYMLINKS=( ".config/dunst" ".config/fish" ".config/foot" + ".config/fontconfig" ".config/frogminer" ".config/ghostty" ".config/i3"