Trigger the extracted new subcommand

This commit is contained in:
David Heinemeier Hansson
2026-01-05 10:37:19 +01:00
parent 60b7e4900f
commit 2dca78cd83

View File

@@ -17,9 +17,7 @@ if gum confirm "Are you sure you want to reinstall and lose all config changes?"
rm -rf $OMARCHY_PATH rm -rf $OMARCHY_PATH
mv ~/.local/share/omarchy-new $OMARCHY_PATH mv ~/.local/share/omarchy-new $OMARCHY_PATH
echo "Reinstalling missing Omarchy packages" omarchy-reinstall-pkgs
mapfile -t packages < <(grep -v '^#' "$OMARCHY_PATH/install/omarchy-base.packages" | grep -v '^$')
sudo pacman -Syu --noconfirm --needed "${packages[@]}"
echo "Resetting all Omarchy configs" echo "Resetting all Omarchy configs"
cp -R ~/.local/share/omarchy/config/* ~/.config/ cp -R ~/.local/share/omarchy/config/* ~/.config/