Files
omarchy/migrations/1752981883.sh
David Heinemeier Hansson d83a87a01c Don't hang the terminal
2025-07-22 19:09:47 -04:00

14 lines
350 B
Bash

echo "Replace wofi with walker as the default launcher"
if ! command -v walker &>/dev/null; then
yay -Sy --noconfirm --needed walker-bin libqalculate
yay -Rns --noconfirm wofi
rm -rf ~/.config/wofi
mkdir -p ~/.config/walker
cp -r ~/.local/share/omarchy/config/walker/* ~/.config/walker/
uwsm app -- walker --gapplication-service &
fi