/apt-zsh-plugin

a small zsh plugin for distros with atp package manager

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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. Thats all!

oh-my-zsh

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

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

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

plugins=(... apt)