From 33025df0100e1fa00137dfc66804d9d0538c7b46 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Thu, 10 Sep 2020 09:48:49 -0600 Subject: [PATCH 1/2] Missed a bullettrain reference that should be p10k --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 533fe77..6a716f4 100644 --- a/Readme.md +++ b/Readme.md @@ -43,7 +43,7 @@ ### Fonts -This quickstart includes the [bullet-train](https://github.com/caiogondim/bullet-train.zsh) ZSH theme, which requires a Powerline-compatible font in your terminal to display certain status glyphs. Fonts that are Powerline-compatible include many useful glyphs, including the nice branch icon that the theme in this `.zshrc` uses. +This quickstart includes the [powerlevel10k](https://github.com/romkatv/powerlevel10k) ZSH theme, which requires a Powerline-compatible font in your terminal to display certain status glyphs. Fonts that are Powerline-compatible include many useful glyphs, including the nice branch icon that the theme in this `.zshrc` uses. Here are a few good Powerline-compatible fonts: From b74476563f6b8f4177017818f8da0b386b6fa3ac Mon Sep 17 00:00:00 2001 From: Joe Block Date: Thu, 10 Sep 2020 09:53:32 -0600 Subject: [PATCH 2/2] Add delay between awesome_bot checks so it doesn't get rate limited --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fda483b..7629698 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,4 +13,4 @@ jobs: - run: name: Check README.md - command: awesome_bot Readme.md --allow-dupe --allow-redirect + command: awesome_bot Readme.md --allow-dupe --allow-redirect --request-delay 1