summaryrefslogtreecommitdiff
path: root/archsetup.sh
diff options
context:
space:
mode:
authoradmin <contact@optics-design.com>2025-05-15 22:58:41 +0200
committeradmin <contact@optics-design.com>2025-05-15 22:58:41 +0200
commite308d419e2c768c0befc9e2473c62951c19fb30c (patch)
treed1df42cf52218c53e0f2e1234162aa832d98107a /archsetup.sh
parent1b4b9b8b36eb98a4bb636dc797006bf7583ddfd6 (diff)
small changes
Diffstat (limited to 'archsetup.sh')
-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