diff options
author | admin <contact@optics-design.com> | 2025-05-15 22:58:41 +0200 |
---|---|---|
committer | admin <contact@optics-design.com> | 2025-05-15 22:58:41 +0200 |
commit | e308d419e2c768c0befc9e2473c62951c19fb30c (patch) | |
tree | d1df42cf52218c53e0f2e1234162aa832d98107a /archsetup.sh | |
parent | 1b4b9b8b36eb98a4bb636dc797006bf7583ddfd6 (diff) |
small changes
Diffstat (limited to 'archsetup.sh')
-rw-r--r-- | archsetup.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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 |