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
+8 -1
View File
@@ -11,7 +11,8 @@ echo "========================================"
# 1. Add packages (must be first)
echo "[1/4] Installing packages..."
./omarchy_start.sh
./omarchy_package_install.sh
# 2. Set up symbolic links
echo ""
@@ -33,6 +34,12 @@ echo " - Restoring SSH and GPG keys..."
echo " - Restoring Git backups..."
./restore_git_backup.sh
echo " - Restoring cron jobs..."
./restore_cron_jobs.sh
echo " - Enabling services..."
sudo systemctl enable --now cronie.service
echo ""
echo "========================================"
echo " Omarchy Setup Complete!"