From f8dcc7e1904da61eb26e3c3c24053f8186dc7ebb Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 19 Nov 2025 11:57:48 +0100 Subject: [PATCH] Later migration does the refresh --- migrations/1754929737.sh | 3 --- migrations/1760724934.sh | 3 --- 2 files changed, 6 deletions(-) delete mode 100644 migrations/1754929737.sh diff --git a/migrations/1754929737.sh b/migrations/1754929737.sh deleted file mode 100644 index e3645dba..00000000 --- a/migrations/1754929737.sh +++ /dev/null @@ -1,3 +0,0 @@ -echo "Update Walker config to add 60s timeout such that it won't conflict with screensaver" - -omarchy-refresh-walker diff --git a/migrations/1760724934.sh b/migrations/1760724934.sh index 4f038af5..cc218ffb 100644 --- a/migrations/1760724934.sh +++ b/migrations/1760724934.sh @@ -8,9 +8,6 @@ if ! grep -q "map shift+insert paste_from_clipboard" "$KITTY_CONF"; then sed -i '/map ctrl+insert copy_to_clipboard/a map shift+insert paste_from_clipboard' "$KITTY_CONF" fi -echo "Update Walker configs" -omarchy-refresh-walker - echo "Copy hooks examples" cp -r $OMARCHY_PATH/config/omarchy/* $HOME/.config/omarchy/