2017-05-09 03:54:17 +00:00
<!-- - Provide a general summary of your changes in the Title above -->
2017-08-14 13:38:11 +00:00
<!-- - If you're unsure about anything in this checklist, don't hesitate to create a PR and ask. I'm happy to help! -->
2023-01-07 17:27:59 +00:00
<!-- -
Please make sure you've trimmed any trailing or leading .zsh, .zshplugin,
.oh-my-zsh, .omz or similar language from the visible portion of the links in your entry.
2020-10-04 15:05:35 +00:00
2023-01-07 17:27:59 +00:00
Basically zsh-foo or foo.zshplugin should have foo as the visible part of the link.
This keeps entries from clumping in the O and Z portions of the list and
also makes the links look prettier.
-->
2017-08-28 15:41:17 +00:00
# Description
2017-08-28 15:38:35 +00:00
2022-02-13 04:02:40 +00:00
<!--- Describe your changes in detail, ideally [linking ](example.com ) to the project/resource in this description. -->
2017-05-09 03:54:17 +00:00
2017-08-28 15:41:17 +00:00
# Type of changes
2017-08-28 15:38:35 +00:00
2017-05-09 03:54:17 +00:00
<!--- What types of changes does your submission introduce? Put an `x` in all the boxes that apply: -->
2017-08-28 15:38:35 +00:00
2017-05-09 03:54:17 +00:00
- [ ] A link to an external resource like a blog post
2020-10-23 13:51:48 +00:00
- [ ] Add/remove/update a link to a framework
- [ ] Add/remove/update a link to a plugin
- [ ] Add/remove/update a link to a tab completion
- [ ] Add/remove/update a link to a theme
2017-08-14 13:38:11 +00:00
- [ ] Text cleanups/typo fixes
2017-05-09 03:54:17 +00:00
2018-07-23 14:01:39 +00:00
# Copyright Assignment
2022-01-11 18:37:37 +00:00
- [ ] This document is covered by the [BSD License ](https://github.com/unixorn/awesome-zsh-plugins/blob/master/LICENSE ), and I agree to contribute this PR under the terms of the license. This is for the list submission, not for the project(s) you're adding, I don't care what license the plugins have as long as they have something.
2018-07-23 14:01:39 +00:00
2017-08-28 15:41:17 +00:00
# Checklist:
2017-08-28 15:38:35 +00:00
2019-11-11 20:53:16 +00:00
<!-- -
2020-07-20 20:40:56 +00:00
Go over all the following points, and put an `x` in all the boxes that apply.
2019-11-11 20:53:16 +00:00
You only need to check the box for completions/plugins/themes if you added something in those categories
-->
2019-04-18 14:50:26 +00:00
2021-07-30 13:34:01 +00:00
- [ ] I have read the [CONTRIBUTING ](https://github.com/unixorn/awesome-zsh-plugins/blob/main/Contributing.md ) document.
2022-01-16 17:09:52 +00:00
- [ ] All new and existing tests passed.
2022-02-13 04:02:40 +00:00
- [ ] I have confirmed that the link(s) in my PR is valid.
2022-12-20 21:10:05 +00:00
- [ ] I have signed off my commits. You can use `git commit --amend --no-edit --signoff` to amend an existing commit, and you can find more details about signing off commits on the DCO GitHub action page [here ](https://probot.github.io/apps/dco/ ).
2022-02-13 04:02:40 +00:00
- [ ] My entries are single lines and are in the appropriate (plugins, themes, or completions) section, and in alphabetical order in their section.
2023-03-01 14:56:06 +00:00
- [ ] The completion/plugin/theme has a plugin file in the repository, it is not just bare instructions to be added to `.zshrc`
2021-05-23 14:16:47 +00:00
- [ ] Any added completions have a readme and a license file in their repository.
- [ ] Any added frameworks have a readme and a license file in their repository.
- [ ] Any added plugins have a readme and a license file in their repository.
2022-02-13 04:02:40 +00:00
- [ ] Any added themes have a screenshot, a readme, and a license file in their repository.
2022-07-20 13:15:59 +00:00
- [ ] I have stripped any leading and/or trailing **zsh-** , **zsh-plugin** and/or **oh-my-zsh-** substrings from the link name. This makes it easier to find plugins/themes/completions by name by preventing big clusters in the **O** and **Z** sections of the list.