From 1b4b9b8b36eb98a4bb636dc797006bf7583ddfd6 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 2 May 2025 23:06:57 +0200 Subject: Added a few packages --- archsetup.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/archsetup.sh b/archsetup.sh index e3a7555..d2c3278 100644 --- a/archsetup.sh +++ b/archsetup.sh @@ -40,12 +40,16 @@ pacman -Syu --noconfirm || handle_error "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 \ - gcc nodejs npm go python texlive-latexrecommended \ + git sudo less openssh rsync which stow vi neovim base-devel cronie \ + gcc nodejs npm go python texlive-latexrecommended hugo\ wget task unzip neofetch mupdf yt-dlp ffmpeg feh \ gawk m4 dictd emacs \ zsh fzf ripgrep fd zoxide mcfly lf || handle_error "Failed to install packages" pacman -Rns $(pacman -Qtdq) --noconfirm +go telemetry off +systemctl start cronie +systemctl enable cronie + log_section "Zsh Configuration" # Create plugins directory if it doesn't exist mkdir -p /usr/share/zsh/plugins/{zsh-users/zsh-syntax-highlighting,zsh-autosuggestions} -- cgit v1.2.3