more tweaks

This commit is contained in:
2026-03-07 21:51:19 +00:00
parent 40ff012dbe
commit 0adc324277
5 changed files with 37 additions and 17 deletions
+19
View File
@@ -0,0 +1,19 @@
#!/usr/bin/env bash
#
pacman_to_add=(
"tree"
"ttf-fira-code"
"cronie"
)
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