mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
12 lines
299 B
Bash
12 lines
299 B
Bash
![]() |
echo "Replace wofi with walker as the default launcher"
|
||
|
|
||
|
if [[ ! -d ~/.config/walker ]]; 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/
|
||
|
fi
|