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:
aip
apt install packagearp
apt remove package
The following aliases are available:
bip
brew install packagebup
brew uninstall packagebcip
brew --cask install packagebcup
brew --cask uninstall package
The following aliases are available:
dip
dnf install packagedrp
dnf 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.