moved the packages to install to a seperate file, to allow for easier maintenance
This commit is contained in:
parent
aaa56a9a08
commit
153d26bf24
2
install
2
install
|
@ -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
|
yay -S light --needed --noconfirm
|
||||||
|
|
||||||
mkdir -p ~/.config/i3
|
mkdir -p ~/.config/i3
|
||||||
|
|
13
installpackages.txt
Normal file
13
installpackages.txt
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
i3
|
||||||
|
mpd
|
||||||
|
ncmpcpp
|
||||||
|
flameshot
|
||||||
|
network-manager-applet
|
||||||
|
ttf-font-awesome
|
||||||
|
pipewire-pulse
|
||||||
|
dunst
|
||||||
|
pkgfile
|
||||||
|
xclip
|
||||||
|
cowsay
|
||||||
|
fortune-mod
|
||||||
|
mpc
|
Loading…
Reference in a new issue