settings for osx
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:
```{.sourceCode .bash}
antibody bundle luismayta/zsh-osx
to your `.zshrc` where you're adding your other plugins.
2. Either open a new terminal to force zsh to load the new plugin, or run `antibody bundle luismayta/zsh-osx` in a running zsh session.
3. Enjoy!
## Usage
# 🚀 How to use this project
```bash
task setup
task setup
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-2025 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..