diff options
author | admin <contact@optics-design.com> | 2025-05-23 23:36:40 +0200 |
---|---|---|
committer | admin <contact@optics-design.com> | 2025-05-23 23:36:40 +0200 |
commit | acb8b73928e17d30ee886b9cb859641c009fb083 (patch) | |
tree | 1b07c7fd93a6c7ad3c951e72b25e0443bace772b /archsetup.sh | |
parent | 1c0f514a7a160822d034c01a4795bb76d65e8cab (diff) |
added fonts
Diffstat (limited to 'archsetup.sh')
-rw-r--r-- | archsetup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archsetup.sh b/archsetup.sh index 54875ba..efd2cf3 100644 --- a/archsetup.sh +++ b/archsetup.sh @@ -44,6 +44,7 @@ pacman -S --noconfirm \ gcc nodejs npm go python texlive-latexrecommended hugo\ wget task unzip neofetch mupdf yt-dlp ffmpeg feh mpv \ gawk m4 dictd emacs tldr\ + noto-fonts-cjk noto-fonts-emoji ttf-dejavu\ zsh fzf ripgrep fd zoxide mcfly lf || handle_error "Failed to install packages" pacman -Rns $(pacman -Qtdq) --noconfirm go telemetry off |