summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archsetup.sh3
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
Back to https://optics-design.com