Files
omarchy/migrations/1752981883.sh
David Heinemeier Hansson 20ab2ee81e Get rid of all naked -Sy usage
2025-08-27 14:52:38 +02:00

12 lines
320 B
Bash

echo "Replace wofi with walker as the default launcher"
if ! command -v walker &>/dev/null; then
sudo pacman -Syu --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