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'