Install fd on your system
fd is a pre-built program — no compiling needed. Pick the one command that matches your operating system and paste it in your terminal. On Mac you use Homebrew. On Ubuntu/Debian Linux you use apt. On Windows you use winget (built into Windows 10/11).
On Ubuntu/Debian the installed command is called 'fdfind', not 'fd', to avoid a name conflict with another package.
Run 'fdfind' instead of 'fd', or create a shortcut by running: mkdir -p ~/.local/bin && ln -s $(which fdfind) ~/.local/bin/fd — then open a new terminal window.
