zsh-osx plugin for zsh.
This is a list of plugins that need to be installed previously to enjoy all the goodies of this configuration:
If you're using oh-my-zsh, install this plugin by doing the following:
cd ~/.oh-my-zsh/custom/plugins
bash git clone https://github.com/luismayta/zsh-osx
bash.zshrc
and add plugins=( ... zsh-osx )
to your list of pluginsIf you're using Antigen, install this plugin by doing the following:
antigen bundle luismayta/zsh-osx
to your .zshrc
where you're adding your other plugins.antigen bundle luismayta/zsh-osx
in a running zsh session.If you're using Antibody, install this plugin by doing the following:
antibody bundle luismayta/zsh-osx
to your .zshrc
where you're adding your other plugins.
antibody bundle luismayta/zsh-osx
in a running zsh session.task setup
zsh slack includes a small utility slack
to fetch and install new packages.
slack::install
Install slack.
Got a question?
File a GitHub issue.
See Contributing.
This Module follows the principles of Semantic Versioning (SemVer).
Using the given version number of MAJOR.MINOR.PATCH
, we apply the following constructs:
MAJOR
version for incompatible changes.MINOR
version when adding functionality in a backwards compatible manner.PATCH
version when introducing backwards compatible bug fixes.0.0.z
and 0.y.z
version0.0.z
is not guaranteed when z
is increased. (Initial development)0.y.z
is not guaranteed when y
is increased. (Pre-release)Copyright © 2018-2023 Hadenlabs
All other trademarks referenced herein are the property of their respective owners.
The code and styles are licensed under the LGPL-3.0 license See project license..