Files
omarchy/migrations/1752981883.sh
David Heinemeier Hansson d8ddc5046f Not using the service for now
2025-08-25 12:17:37 +02:00

12 lines
319 B
Bash

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