mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Trigger the extracted new subcommand
This commit is contained in:
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user