omarchy/migrations/1753998861.sh
2025-08-10 20:30:39 +02:00

5 lines
166 B
Bash

echo "Update Walker config to include . as the leader key for the finder"
if ! grep -q 'prefix = "\."' ~/.config/walker/config.toml; then
omarchy-refresh-walker
fi