Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 712 Bytes

README.MD

File metadata and controls

17 lines (11 loc) · 712 Bytes

APT plugin for zsh

A small plugin for distros with apt package manager. It will ask you to install command, if it not installed on system. If command not foud, program will try to find it in other packages. And new alias "upall" to update all packages (flatpak and snap to).

oh-my-zsh

Install it with your favourite zsh package manager, or clone it directly to your $ZSH/plugins directory with git. Or just run:

git clone git@github.com:GeoLMg/apt-zsh-plugin.git $ZSH/plugins/apt-zsh-plugin

Add apt-zsh-plugin to the plugins array in your .zshrc file:

plugins=(... apt-zsh-plugin)