mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Turn pkg and cmd functions into bins to avoid PATH issues in subshells
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
echo "Replace wofi with walker as the default launcher"
|
||||
|
||||
if cmd-missing walker; then
|
||||
pkg-add walker-bin libqalculate
|
||||
if omarchy-cmd-missing walker; then
|
||||
omarchy-pkg-add walker-bin libqalculate
|
||||
|
||||
pkg-remove wofi
|
||||
omarchy-pkg-drop wofi
|
||||
rm -rf ~/.config/wofi
|
||||
|
||||
mkdir -p ~/.config/walker
|
||||
|
||||
Reference in New Issue
Block a user