Add conda installation instruction

Close #1949
pull/1991/head
Junegunn Choi 4 years ago
parent 3f8e741562
commit 98ca4bdede
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

@ -104,16 +104,17 @@ git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
### Using Linux package managers ### Using Linux package managers
| Distro | Command | | Package Manager | Linux Distribution | Command |
| --- | --- | | --- | --- | --- |
| Alpine Linux | `sudo apk add fzf` | | APK | Alpine Linux | `sudo apk add fzf` |
| Arch Linux | `sudo pacman -S fzf` | | APT | Debian 9+/Ubuntu 19.10+ | `sudo apt-get install fzf` |
| Debian 9+/Ubuntu 19.10+| `sudo apt-get install fzf` | | Conda | | `conda install -c conda-forge fzf` |
| Fedora | `sudo dnf install fzf` | | DNF | Fedora | `sudo dnf install fzf` |
| FreeBSD | `pkg install fzf` | | Nix | NixOS | `nix-env -iA nixpkgs.fzf` |
| NixOS | `nix-env -iA nixpkgs.fzf` | | Pacman | Arch Linux | `sudo pacman -S fzf` |
| openSUSE | `sudo zypper install fzf` | | pkg | FreeBSD | `pkg install fzf` |
| OpenBSD | `pkg_add fzf` | | pkg_add | OpenBSD | `pkg_add fzf` |
| Zypper | openSUSE | `sudo zypper install fzf` |
Shell extensions (key bindings and fuzzy auto-completion) and Vim/Neovim Shell extensions (key bindings and fuzzy auto-completion) and Vim/Neovim
plugin may or may not be enabled by default depending on the package manager. plugin may or may not be enabled by default depending on the package manager.

Loading…
Cancel
Save