From 153d26bf24ead2ced1d57e75b53b9dadc1eb0c9e Mon Sep 17 00:00:00 2001 From: ObeseTermite Date: Wed, 23 Apr 2025 13:01:32 -0700 Subject: [PATCH] moved the packages to install to a seperate file, to allow for easier maintenance --- install | 2 +- installpackages.txt | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 installpackages.txt diff --git a/install b/install index 3c00876..7d22fe0 100755 --- a/install +++ b/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 mkdir -p ~/.config/i3 diff --git a/installpackages.txt b/installpackages.txt new file mode 100644 index 0000000..79db264 --- /dev/null +++ b/installpackages.txt @@ -0,0 +1,13 @@ +i3 +mpd +ncmpcpp +flameshot +network-manager-applet +ttf-font-awesome +pipewire-pulse +dunst +pkgfile +xclip +cowsay +fortune-mod +mpc