mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
4 lines
144 B
Bash
4 lines
144 B
Bash
echo "Installing missing fd terminal tool for finding files"
|
|
yay -S --noconfirm --needed fd
|
|
echo "You must start a new terminal for fd to work"
|