should work?

This commit is contained in:
2026-03-07 20:45:22 +00:00
parent 3f4e5f4440
commit 40ff012dbe
5 changed files with 264 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
#!/usr/bin/env bash
#
pacman_to_add=(
"tree"
"ttf-fira-code"
)
aur_to_add=(
"bazecor"
"lmstudio-bin"
)
package_str=(IFS=' ' ; echo "${pacman_to_add[@]}")
aur_str=(IFS=' ' ; echo "${aur_to_add[@]}")
omarchy-pkg-add $package_str
omarchy-pkg-aur-add $aur_str