Better wording for unlink as well

This commit is contained in:
David Heinemeier Hansson
2026-07-15 15:28:09 -07:00
parent dd00f20608
commit 2f7a07edbe
+5 -2
View File
@@ -25,6 +25,9 @@ default_target="/usr/share/omarchy"
printf 'export OMARCHY_PATH="%s"\n' "$default_target" | sudo tee /etc/omarchy.conf >/dev/null
echo "Set /etc/omarchy.conf -> OMARCHY_PATH=$default_target"
echo "Pointed Omarchy at $default_target"
echo
echo "Reboot to restore the package install in Hyprland, app launchers, and new shells."
if gum confirm "Reboot now to activate?"; then
omarchy-system-reboot
fi