Skip to content

Commit

Permalink
Only support installation with Fisher (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickF1 authored Nov 17, 2020
1 parent 33538d9 commit d7dd5ae
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,29 +65,21 @@ First, ensure your [fish][] version is >= 3.1.2.
fish, version 3.1.2
```

Next, install this plugin with a package manager.
Next, install this plugin with [Fisher][] v4. `fzf.fish` can be installed manually or with other plugin managers but only Fisher v4 is officially supported.

- With [fisher][] (requires version >= 4.0.0)

```fish
fisher install patrickf3139/fzf.fish
```

- Or with [Oh My Fish][]

```fish
omf install https://github.com/patrickf3139/fzf.fish
```
```fish
fisher install patrickf3139/fzf.fish
```

Finally, install the following CLI tools:

- [fzf][] - command-line fuzzy finder that powers this plugin
- [fd][] - much faster and friendlier alternative to `find`
- [bat][] - smarter `cat` with syntax highlighting (used to preview files)

If you are on Mac, I recommend installing them using [brew][].
For macOS, I recommend installing them using [brew][].

If you are on certain distribution of Linux, you will need to alias `fdfind` to `fd` (see [#23][]).
On certain distribution of Linux, you will need to alias `fdfind` to `fd` (see [#23][]).

## Configuration

Expand Down Expand Up @@ -191,7 +183,6 @@ Fzf optionally comes with its own [fish extension][]. It is substantial but `fzf
[latest release badge]: https://img.shields.io/github/v/release/patrickf3139/fzf.fish
[license badge]: https://img.shields.io/github/license/patrickf3139/fzf.fish
[license]: LICENSE.md
[oh my fish]: https://github.com/oh-my-fish/oh-my-fish
[releases]: https://github.com/patrickf3139/fzf.fish/releases
[shell variables search]: images/shell_variables.gif
[universal variable]: https://fishshell.com/docs/current/#more-on-universal-variables
Expand Down

0 comments on commit d7dd5ae

Please sign in to comment.