Adds commands for installing tools via various package managers using fzf.
Supports the following package managers:
- brew
- apt
- dnf
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.
The following aliases are available:
aipapt install packagearpapt remove package
The following aliases are available:
bipbrew install packagebupbrew uninstall packagebcipbrew --cask install packagebcupbrew --cask uninstall package
The following aliases are available:
dipdnf install packagedrpdnf remove package
You need to have fzf installed.
antidote install goarano/zsh-packagemanager-fzf
zgen load goarano/zsh-packagemanager-fzf
antigen bundle goarano/zsh-packagemanager-fzf
♥ Kudos to @jungeunn for developing fzf.
♥ This plugin was inspired by fzf-brew.