moved the packages to install to a seperate file, to allow for easier maintenance

This commit is contained in:
ObeseTermite 2025-04-23 13:01:32 -07:00
parent aaa56a9a08
commit 153d26bf24
2 changed files with 14 additions and 1 deletions

View file

@ -1,4 +1,4 @@
sudo pacman -S i3 mpd ncmpcpp flameshot network-manager-applet ttf-font-awesome pipewire-pulse dunst pkgfile xclip cowsay fortune-mod mpc --needed --noconfirm
sudo pacman -S --needed --noconfirm - < installpackages.txt
yay -S light --needed --noconfirm
mkdir -p ~/.config/i3

13
installpackages.txt Normal file
View file

@ -0,0 +1,13 @@
i3
mpd
ncmpcpp
flameshot
network-manager-applet
ttf-font-awesome
pipewire-pulse
dunst
pkgfile
xclip
cowsay
fortune-mod
mpc