mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-18 23:47:57 +00:00
Merge pull request #502 from unixorn/update-PR-template-copyright-assignment
Pull out BSD assignment into separate section
This commit is contained in:
commit
c365c9c406
2 changed files with 6 additions and 5 deletions
|
@ -15,11 +15,13 @@
|
|||
- [ ] Add/remove a theme
|
||||
- [ ] Text cleanups/typo fixes
|
||||
|
||||
# Copyright Assignment
|
||||
|
||||
- [ ] 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.
|
||||
|
||||
# Checklist:
|
||||
|
||||
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
|
||||
|
||||
- [ ] 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.
|
||||
- [ ] I have confirmed that the link(s) in my PR are valid.
|
||||
- [ ] My entries are single lines and are in the appropriate (plugins, themes, completions) section.
|
||||
- [ ] I have read the **CONTRIBUTING** document.
|
||||
|
|
|
@ -616,7 +616,6 @@ These plugins add tab completions without adding extra functions or aliases.
|
|||
* [pandoc-completion](https://github.com/srijanshetty/zsh-pandoc-completion) - Pandoc completion plugin.
|
||||
* [parallels-zsh-plugin](https://github.com/benclark/parallels-zsh-plugin) - Add completions for Parallels desktop.
|
||||
* [pass-zsh-completion](https://github.com/ninrod/pass-zsh-completion) - convenience repo to easily obtain [pass](https://www.passwordstore.org/) command completion for ZSH.
|
||||
* [pebble-zsh-completion](https://github.com/Neal/pebble-zsh-completion) - completion script for [pebble](https://developer.getpebble.com/guides/publishing-tools/pebble-tool).
|
||||
* [pip-completion](https://github.com/srijanshetty/zsh-pip-completion) - Autocompletion plugin for pip.
|
||||
* [pipenv (AlexGascon)](https://github.com/AlexGascon/pipenv-oh-my-zsh) - Enables aliases for the most common pipenv commands.
|
||||
* [pipenv (gangleri)](https://github.com/gangleri/pipenv) - Completions for `pipenv`
|
||||
|
@ -659,7 +658,7 @@ If you're using [Antigen](https://github.com/zsh-users/antigen), you can test th
|
|||
* [agnosterzak](https://github.com/zakaziko99/agnosterzak-ohmyzsh-theme) - Based on Agnoster, shows battery life, date & time, git status, current directory and user & host information.
|
||||
* [alien-minimal](https://github.com/eendroroy/alien-minimal) - Minimalist ZSH theme with git status displayed.
|
||||
* [alien](https://github.com/eendroroy/alien) - Powerline-esque ZSH theme that shows git branch and the exit code of the last command.
|
||||
* [alpharized](https://github.com/NicoSantangelo/Alpharized) - Optimized to work with [solarized](http://ethanschoonover.com/solarized) dark. It's a modified version of the [avit theme](https://github.com/robbyrussell/oh-my-zsh/blob/master/themes/avit.zsh-theme).
|
||||
* [alpharized](https://github.com/NicoSantangelo/Alpharized) - Optimized to work with solarized dark. It's a modified version of the [avit theme](https://github.com/robbyrussell/oh-my-zsh/blob/master/themes/avit.zsh-theme).
|
||||
* [angry fly](https://github.com/russjohnson/angry-fly-zsh) - Shows git information in right hand prompt.
|
||||
* [aphrodite](https://github.com/win0err/aphrodite-terminal-theme) - Minimalistic theme without visual noise. Displays only the necessary information: current user, hostname, working directory, git branch if exists. Looks great both with dark and white terminals.
|
||||
* [aplos](https://github.com/nostophilia/aplos) - Minimal ZSH prompt with working directory, Git local info, Git remote info, time and exit code.
|
||||
|
@ -886,7 +885,7 @@ If you're using [Antigen](https://github.com/zsh-users/antigen), you can test th
|
|||
* [smiley](https://github.com/gsamokovarov/smiley.zsh-theme) - A prompt with happy and sad faces.
|
||||
* [sobole](https://github.com/sobolevn/sobole-zsh-theme) - A minimalistic ZSH theme inspired by the old-fashioned hobbies. No verbose gimmicks, no emoji, no fidget spinners, and no other visual noise.
|
||||
* [solarized-powerline](https://github.com/houjunchen/solarized-powerline) - Solarized powerline-style theme for ZSH.
|
||||
* [solarizsh](https://github.com/paddykontschak/Solarizsh) - Color fix for robbyrussell's oh-my-zsh theme to work with [Solarized](http://ethanschoonover.com/solarized).
|
||||
* [solarizsh](https://github.com/paddykontschak/Solarizsh) - Color fix for robbyrussell's oh-my-zsh theme to work with Solarized.
|
||||
* [spaceship](https://github.com/denysdovhan/spaceship-zsh-theme) - A ZSH theme with `git`, `nvm`, rvm/rbenv/chruby, python, `ssh` and other useful indicators.
|
||||
* [spowerline](https://mbauhardt.github.io/spowerline/) - Written in scala, inspired by agnoster, [tmux](https://tmux.github.io) powerline, vim powerline and the vim status plugin.
|
||||
* [staples](https://github.com/dersam/staples) - based on bureau, displays user@host if connected through SSH.
|
||||
|
|
Loading…
Reference in a new issue