ohmyzsh/plugins/installer
Walter A. Boring IV 5fde95d6e5 Added the installer plugin
This plugin creates 2 aliases "in and up" that are system
and distro agnostic.   For example,
on Mac in = brew install
on SUSE in = sudo -E zypper install
on Debian in = sudo -E apt-get install
on RedHat in = sudo -E yum install

add the 'installer' to your plugin list in ~/.zshrc
source ~/.zshrc

now you can run
'in wget'
'up curl'
2018-06-29 14:37:19 -04:00
..
core.sh Added the installer plugin 2018-05-10 00:28:57 -07:00
installer.plugin.zsh Added the installer plugin 2018-06-29 14:37:19 -04:00
README.md Added the installer plugin 2018-06-29 14:37:19 -04:00

A simple aliasing scheme for the different kinds of systems that have command line app installers.

On Mac systems, it's assumed the installer is brew On Suse based sysetms, it's zypper On Redhat, it's yum On Debian/Ubuntu it's apt-get

include the installer as a plugin in your ~/.zshrc

to install a new app run in

you can upgrade an app with up