From 3628e45228dcb18319304c8056fba41384695540 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sun, 15 Nov 2020 08:24:24 -0700 Subject: [PATCH 1/3] Replace CircleCI badge with a GitHub actions status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 072dd3a..b2367cc 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Status [![License](https://img.shields.io/github/license/unixorn/awesome-zsh-plugins.svg)](https://opensource.org/licenses/BSD-3-Clause) -[![CircleCI](https://circleci.com/gh/unixorn/awesome-zsh-plugins.svg?style=shield)](https://circleci.com/gh/unixorn/awesome-zsh-plugins) +[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Funixorn%2Fawesome-zsh-plugins%2Fbadge&style=flat)](https://actions-badge.atrox.dev/unixorn/awesome-zsh-plugins/goto) [![Join the chat at https://gitter.im/unixorn/awesome-zsh-plugins](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/unixorn/awesome-zsh-plugins?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GitHub stars](https://img.shields.io/github/stars/unixorn/awesome-zsh-plugins.svg)](https://github.com/unixorn/awesome-zsh-plugins/stargazers) [![Code Climate](https://codeclimate.com/github/unixorn/awesome-zsh-plugins/badges/gpa.svg)](https://codeclimate.com/github/unixorn/awesome-zsh-plugins) From 44d5bcea8f8030879a9f62fe27d939174b452e58 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sun, 15 Nov 2020 08:32:00 -0700 Subject: [PATCH 2/3] saltgen theme has gone 404 Remove 404ing saltgen theme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b2367cc..dfab713 100644 --- a/README.md +++ b/README.md @@ -1539,7 +1539,6 @@ If you're using [Antigen](https://github.com/zsh-users/antigen), you can test th * [rzh](https://github.com/patwhatev/rzh) - Theme with git states indicated by emojis. * [s1ck94](https://github.com/zimfw/s1ck94) - Fork of the (first deprecated, now extinct) minimal prompt by S1cK94. Shows whether user is root, background job status, vi-mode, exit status of last command, and `git` status decorations. * [s7c](https://github.com/Samega7Cattac/s7c.zsh-theme) - Works well with dark backgrounds. Includes `git` status decorations. -* [saltgen](https://github.com/saltgen/ohmyzsh-saltgen-theme) - Variant of the robbyrussell oh-my-zsh theme. * [samshell](https://github.com/samuelb/samshell) - A minimalist zsh theme with `git`, kubernetes and python virtualenv decorations. * [saraiva](https://github.com/ruisaraiva19/saraiva-theme) - Includes `git` status decorations, works well on a dark terminal background. * [schminitz-v2](https://github.com/mashdots/schminitz-v2) - Shows `git` status decorations, user@host information, the exit status of last command, and whether running as root. From 0ae850023fb1c1eace4d131593075b27bb9e9d7e Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sun, 15 Nov 2020 08:35:18 -0700 Subject: [PATCH 3/3] Update awesomebot action configuration --- .github/workflows/awesomebot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/awesomebot.yml b/.github/workflows/awesomebot.yml index 50fd397..1e778d7 100644 --- a/.github/workflows/awesomebot.yml +++ b/.github/workflows/awesomebot.yml @@ -1,4 +1,4 @@ -name: Awesomebot +name: Check links in README.md on: push: