Updated install script for extra font helpers

This commit is contained in:
2026-05-14 08:26:26 +02:00
parent 0113fd5454
commit b77028bc68
+3 -2
View File
@@ -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=()