Updated install script for extra font helpers
This commit is contained in:
+3
-2
@@ -116,10 +116,11 @@ fi
|
|||||||
if [ "$DO_INSTALL" = true ]; then
|
if [ "$DO_INSTALL" = true ]; then
|
||||||
REQUIRED_PACKAGES=(
|
REQUIRED_PACKAGES=(
|
||||||
# system essentials
|
# system essentials
|
||||||
wget curl git unzip lf jq alacritty
|
wget curl git unzip lf jq alacritty fzf
|
||||||
fzf fd-find btop direnv ripgrep tree bat
|
fd-find direnv ripgrep tree bat syncthing
|
||||||
build-essential make bear valgrind fish
|
build-essential make bear valgrind fish
|
||||||
tmux ca-certificates gnupg libfuse2
|
tmux ca-certificates gnupg libfuse2
|
||||||
|
fonts-symbola fonts-noto fonts-noto-color-emoji
|
||||||
)
|
)
|
||||||
|
|
||||||
MISSING_PACKAGES=()
|
MISSING_PACKAGES=()
|
||||||
|
|||||||
Reference in New Issue
Block a user