From b77028bc68fc8497e48e7995059e12f57710b217 Mon Sep 17 00:00:00 2001 From: Jason Hilder Date: Thu, 14 May 2026 08:26:26 +0200 Subject: [PATCH] Updated install script for extra font helpers --- install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 67f9d31..4586741 100755 --- a/install.sh +++ b/install.sh @@ -116,10 +116,11 @@ fi if [ "$DO_INSTALL" = true ]; then REQUIRED_PACKAGES=( # system essentials - wget curl git unzip lf jq alacritty - fzf fd-find btop direnv ripgrep tree bat + wget curl git unzip lf jq alacritty fzf + fd-find direnv ripgrep tree bat syncthing build-essential make bear valgrind fish tmux ca-certificates gnupg libfuse2 + fonts-symbola fonts-noto fonts-noto-color-emoji ) MISSING_PACKAGES=()