chore: 🔧 updates

This commit is contained in:
Jake Pullen
2025-05-11 08:05:17 +01:00
parent f89bd10465
commit 885ced00d9
6 changed files with 430 additions and 17 deletions
+5
View File
@@ -37,6 +37,7 @@ package_list=(
"firefox"
"spotify-launcher"
"ollama"
"waybar"
)
# Create a string of packages
@@ -46,4 +47,8 @@ package_string=$(IFS=' ' ; echo "${package_list[@]}")
echo "Attempting to install packages: $package_string"
sudo pacman -S --needed --noconfirm $package_string
## UV for Python Dev
curl -LsSf https://astral.sh/uv/install.sh | sh
## Linutil by CTT
curl -fsSL https://christitus.com/linux | sh