Home

Awesome

zsh-fzf-packagemanager

Adds commands for installing tools via various package managers using fzf.

Supports the following package managers:

Usage

This package adds interactive aliases for installing packages using various package managers. Alternatively to using them you can also take advantage of the fzf completion feature, e.g. by typing apt install git** and pressing <TAB> to complete the argument using fzf.

apt

The following aliases are available:

brew

The following aliases are available:

dnf

The following aliases are available:

Installation

You need to have fzf installed.

Antidote

antidote install goarano/zsh-packagemanager-fzf

Zgen

zgen load goarano/zsh-packagemanager-fzf

Antigen

antigen bundle goarano/zsh-packagemanager-fzf

Credits

♥ Kudos to @jungeunn for developing fzf.

♥ This plugin was inspired by fzf-brew.