Skip to content

a small zsh plugin for distros with atp package manager

License

Notifications You must be signed in to change notification settings

GeoLMg/apt-zsh-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]:GeoLMg/apt-zsh-plugin.git $ZSH/plugins/apt

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

plugins=(... apt)