From e308d419e2c768c0befc9e2473c62951c19fb30c Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 15 May 2025 22:58:41 +0200 Subject: small changes --- archsetup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/archsetup.sh b/archsetup.sh index d2c3278..de24caf 100644 --- a/archsetup.sh +++ b/archsetup.sh @@ -42,7 +42,7 @@ pacman -Syu --noconfirm || handle_error "Failed to update system" pacman -S --noconfirm \ 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 \ + wget task unzip neofetch mupdf yt-dlp ffmpeg feh mpv \ gawk m4 dictd emacs \ zsh fzf ripgrep fd zoxide mcfly lf || handle_error "Failed to install packages" pacman -Rns $(pacman -Qtdq) --noconfirm @@ -103,6 +103,7 @@ fi # Apply dotfiles rm /home/admin/.bashrc +rm /root/.config/go/telemetry/mode cd /home/admin/dotfiles && stow -t /root . || handle_error "Failed to stow dotfiles for root" su - admin -c "cd ~/dotfiles && stow ." || handle_error "Failed to stow dotfiles for admin" echo -e "export USERPROFILE=\nexport SYNC=" >> /home/admin/.env_variables -- cgit v1.2.3