diff options
author | admin <contact@optics-design.com> | 2025-05-02 23:06:57 +0200 |
---|---|---|
committer | admin <contact@optics-design.com> | 2025-05-02 23:06:57 +0200 |
commit | 1b4b9b8b36eb98a4bb636dc797006bf7583ddfd6 (patch) | |
tree | c712377d5d30b240c067ac0dc429595e661e79e8 | |
parent | b6241a97afb177f33c66f023bb7ec82905cf350d (diff) |
Added a few packages
-rw-r--r-- | archsetup.sh | 8 |
1 files 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} |