diff options
author | admin <admin@optics-design.com> | 2025-07-27 19:27:06 +0200 |
---|---|---|
committer | admin <admin@optics-design.com> | 2025-07-27 19:27:06 +0200 |
commit | 046e2062b658cc3a3b19519b1ac83687aa3c325e (patch) | |
tree | 89828a7666d8d7b40134ab393128eeb5d57645be | |
parent | d12f943cfec9d8f4a84e5962e4b6d8d5a924af31 (diff) |
Added graphviz
-rwxr-xr-x | archpackages.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archpackages.sh b/archpackages.sh index 6c08cab..74c5cdd 100755 --- a/archpackages.sh +++ b/archpackages.sh @@ -5,7 +5,7 @@ pacman -Syu --noconfirm || echo "Failed to update system" # Group packages by category for better readability and fewer pacman calls pacman -S --noconfirm \ git sudo less openssh rsync which stow vi neovim base-devel cronie \ - gcc nodejs npm go python hugo mingw-w64-gcc\ + gcc nodejs npm go python hugo mingw-w64-gcc graphviz\ texlive-latexrecommended texlive-fontsextra texlive-fontsrecommended texlive-latexextra texlive-binextra biber texlive-bibtexextra\ wget task mupdf yt-dlp ffmpeg feh mpv \ zip unzip 7zip\ |