Introduction
Introduction Statistics Contact Development Disclaimer Help
Adding in missing font packages. - bootstrap - Bootstrap script for my alpine l…
Log
Files
Refs
README
---
commit 6c74c8001660d09b95a40e187fc67081daf4de0c
parent 4670f02871674dad5572e4a5207bcfb64d6bcc56
Author: Jay Scott <[email protected]>
Date: Sun, 6 Oct 2024 11:34:42 +0100
Adding in missing font packages.
Diffstat:
M install.sh | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/install.sh b/install.sh
@@ -15,11 +15,15 @@ apk add curl doas wget git git-email neovim tar zip gzip p7…
less build-base gnupg-dirmngr
echo "── installing wayland"
-apk add wl-clipboard mesa-dri-gallium mesa-va-gallium eudev font-hack seatd \
- sway foot bemenu xwayland waybar
+apk add wl-clipboard mesa-dri-gallium mesa-va-gallium eudev seatd sway foot \
+ bemenu xwayland waybar
setup-devd udev
+echo "── installing fonts"
+apk add font-terminus font-inconsolata font-dejavu font-noto font-noto-cjk \
+ font-awesome font-noto-extra font-liberation font-hack
+
echo "── installing tools"
apk add shfmt shellcheck openssh yt-dlp pass fzf mpv zathura qutebrowser \
firefox neomutt newsraft lf swayimg
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.