Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fzf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KMSCAKKSCFKA AKFACAMADCAS
fzf
Commits
ef80bd40
Unverified
Commit
ef80bd40
authored
5 years ago
by
Junegunn Choi
Browse files
Options
Downloads
Patches
Plain Diff
Update installation instruction using Linux package managers
Added NixOS instruction. Close #1731
parent
f51d61d5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+28
-15
28 additions, 15 deletions
README.md
with
28 additions
and
15 deletions
README.md
+
28
−
15
View file @
ef80bd40
...
...
@@ -26,11 +26,13 @@ Table of Contents
*
[
Using Homebrew or Linuxbrew
](
#using-homebrew-or-linuxbrew
)
*
[
Using git
](
#using-git
)
*
[
As Vim plugin
](
#as-vim-plugin
)
*
[
Arch Linux
](
#arch-linux
)
*
[
Debian
](
#debian
)
*
[
Fedora
](
#fedora
)
*
[
openSUSE
](
#opensuse
)
*
[
FreeBSD
](
#freebsd
)
*
[
Using Linux package managers
](
#using-linux-package-managers
)
*
[
Arch Linux
](
#arch-linux
)
*
[
Debian
](
#debian
)
*
[
Fedora
](
#fedora
)
*
[
FreeBSD
](
#freebsd
)
*
[
NixOS
](
#nixos
)
*
[
openSUSE
](
#opensuse
)
*
[
Windows
](
#windows
)
*
[
Upgrading fzf
](
#upgrading-fzf
)
*
[
Building fzf
](
#building-fzf
)
...
...
@@ -141,13 +143,15 @@ Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
" and you don't have to run the install script if you use fzf only in Vim.
```
### Arch Linux
### Using Linux package managers
#### Arch Linux
```
sh
sudo
pacman
-S
fzf
```
### Debian
###
#
Debian
fzf is available in Debian Buster and above, and can be installed using the usual
method:
...
...
@@ -156,9 +160,10 @@ method:
sudo
apt-get
install
fzf
```
Read the documentation (/usr/share/doc/fzf/README.Debian) on how to enable it.
Read the documentation (
`/usr/share/doc/fzf/README.Debian`
) on how to enable
it.
### Fedora
###
#
Fedora
fzf is available in Fedora 26 and above, and can be installed using the usual
method:
...
...
@@ -169,20 +174,28 @@ sudo dnf install fzf
Shell completion and plugins for vim or neovim are enabled by default. Shell
key bindings are installed but not enabled by default. See Fedora's package
documentation (/usr/share/doc/fzf/README.Fedora) for more information.
documentation (
`
/usr/share/doc/fzf/README.Fedora
`
) for more information.
###
openSUSE
###
# FreeBSD
fzf is available in openSUSE Tumbleweed and can be installed via zypper:
```
sh
pkg
install
fzf
```
#### NixOS
You can use the
[
Nix package manager
](
https://nixos.org/nix/
)
to install fzf.
```
sh
sudo
zypper
install
fzf
nix-env
-iA
nixpkgs.
fzf
```
### FreeBSD
#### openSUSE
fzf is available in openSUSE Tumbleweed and can be installed via zypper:
```
sh
pkg
install
fzf
sudo
zypper
install
fzf
```
### Windows
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment