From 0a8a502cf2ddc6fd9a09f40411d13baea2198299 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 26 Jul 2025 15:37:28 -0400 Subject: [PATCH] Add migration to refresh walker to get the = leader key for calculator --- migrations/1753558374.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 migrations/1753558374.sh diff --git a/migrations/1753558374.sh b/migrations/1753558374.sh new file mode 100644 index 0000000..b961d3e --- /dev/null +++ b/migrations/1753558374.sh @@ -0,0 +1,4 @@ +echo "Update Walker config to include = as the leader key for the calculator" +if ! grep -q 'prefix = "="' ~/.config/walker/config.toml; then + omarchy-refresh-walker +fi