From 2ccb1987d6a4a867f0381faa4b3ceac14fa2eaa1 Mon Sep 17 00:00:00 2001 From: robocopAlpha <35454738+robocopAlpha@users.noreply.github.com> Date: Fri, 31 Jul 2020 18:21:35 +0300 Subject: [PATCH] update readme add a way to check colors without cloning this repository --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4f98ada..98f8a6e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,14 @@ This repo contains snippets for color schemes to use with [alacritty](https://gi Also includes a handy bash script [`show_colors.sh`](./show_colors.sh) to print the colors. +if you don’t want to clone this repo but still want to test the color scheme then you can run: + +```sh +curl -sL 'https://raw.githubusercontent.com/robocopAlpha/alacritty_colors/master/show_colors.sh' | bash +``` + + + **NB:** While making this repo I didn’t realize that there are repos like [eendroroy’s](https://github.com/eendroroy/alacritty-theme) where they have been putting in the effort for a long time to curate content. I will maintain this repo to archive other color schemes that I might find interesting over time and develop a way to apply color schemes from the CLI.