-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: generate code for readme (#31)
- Loading branch information
Showing
1 changed file
with
123 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,123 @@ | ||
<!-- | ||
** DO NOT EDIT THIS FILE | ||
** | ||
** 1) Make all changes to `README.yaml` | ||
** 2) Run`make readme` to rebuild this file. | ||
** | ||
** (We maintain HUNDREDS of open source projects. This is how we maintain our sanity.) | ||
** | ||
--> | ||
|
||
# zsh-notify | ||
|
||
[![Build Status](https://travis-ci.org/luismayta/zsh-notify.svg?branch=main)](https://travis-ci.org/luismayta/zsh-notify) [![Issues](https://img.shields.io/github/issues/luismayta/zsh-notify.svg)](https://github.com/luismayta/zsh-notify/issues) [![Latest Release](https://img.shields.io/github/release/luismayta/zsh-notify.svg)](https://travis-ci.org/luismayta/zsh-notify/releases) | ||
|
||
zsh-notify plugin for zsh. | ||
|
||
--- | ||
|
||
This project is part of our comprehensive [hadenlabs](https://hadenlabs.com) plugins of zsh. | ||
|
||
## Requirements | ||
|
||
This is a list of plugins that need to be installed previously to enjoy all the goodies of this configuration: | ||
|
||
```{.sourceCode .bash} | ||
https://github.com/luismayta/zsh-core | ||
https://github.com/luismayta/zsh-notify | ||
https://github.com/luismayta/zsh-functions | ||
``` | ||
|
||
## Installation | ||
|
||
### [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) users | ||
|
||
If you're using [oh-my-zsh](https://gitub.com/robbyrussell/oh-my-zsh), install this plugin by doing the following: | ||
|
||
1. Go to your oh-my-zsh custom plugins directory -`cd ~/.oh-my-zsh/custom/plugins` | ||
2. Clone the plugin `bash git clone https://github.com/luismayta/zsh-notify`bash | ||
3. Edit your `.zshrc` and add `plugins=( ... zsh-notify )` to your list of plugins | ||
4. Open a new terminal and enjoy! | ||
|
||
### [antigen](https://github.com/zsh-users/antigen) users | ||
|
||
If you're using [Antigen](https://github.com/zsh-lovers/antigen), install this plugin by doing the following: | ||
|
||
1. Add `antigen bundle luismayta/zsh-notify` 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 `antigen bundle luismayta/zsh-notify` in a running zsh session. | ||
3. Enjoy! | ||
|
||
### [antibody](https://github.com/getantibody/antibody) users | ||
|
||
If you're using [Antigen](https://github.com/getantibody/antibody), install this plugin by doing the following: | ||
|
||
1. Add : | ||
|
||
```{.sourceCode .bash} | ||
antibody bundle luismayta/zsh-notify | ||
``` | ||
|
||
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-notify` in a running zsh session. | ||
3. Enjoy! | ||
|
||
## Usage | ||
|
||
```bash | ||
make setup | ||
``` | ||
|
||
## Help | ||
|
||
**Got a question?** | ||
|
||
File a GitHub [issue](https://github.com/luismayta/zsh-notify/issues), send us an [email][email] or join our [Slack Community][slack]. | ||
|
||
## Contributing | ||
|
||
### Bug Reports & Feature Requests | ||
|
||
Please use the [issue tracker](https://github.com/luismayta/zsh-notify/issues) to report any bugs or file feature requests. | ||
|
||
### Developing | ||
|
||
If you are interested in being a contributor and want to get involved in developing this project or [help out](https://hadenlabs.com) with our other projects, we would love to hear from you! Shoot us an [email](mailto:[email protected]). | ||
|
||
In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow. | ||
|
||
1. **Fork** the repo on GitHub | ||
2. **Clone** the project to your own machine | ||
3. **Commit** changes to your own branch | ||
4. **Push** your work back up to your fork | ||
5. Submit a **Pull Request** so that we can review your changes | ||
|
||
**NOTE:** Be sure to rebase the latest changes from "upstream" before making a pull request! | ||
|
||
### Versioning | ||
|
||
Releases are managed using github release feature. We use \[Semantic Versioning\](<http://semver.org>) for all the releases. Every change made to the code base will be referred to in the release notes (except for cleanups and refactorings). | ||
|
||
## Copyright | ||
|
||
Copyright © 2018-2021 [Hadenlabs](https://hadenlabs.com) | ||
|
||
## Trademarks | ||
|
||
All other trademarks referenced herein are the property of their respective owners. | ||
|
||
## About | ||
|
||
This project is maintained and funded by [Hadenlabs][https://hadenlabs.com]. Like it? Please let us know at <[email protected]> | ||
|
||
### Contributors | ||
|
||
| [![Luis Mayta][luismayta_avatar]][luismayta_homepage]<br/>[Luis Mayta][luismayta_homepage] | | ||
| ------------------------------------------------------------------------------------------ | | ||
|
||
[luismayta_homepage]: https://github.com/luismayta | ||
[luismayta_avatar]: https://github.com/luismayta.png?size=150 |