How to download and setup fzf
Open terminal and run command
                                            git clone https://github.com/junegunn/fzf.git
                                        
                                        git clone is used to create a copy or clone of fzf repositories.
                                        You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with fzf https://github.com/junegunn/fzf/archive/master.zip
Or simply clone fzf with SSH
                                            [email protected]:junegunn/fzf.git