From 22be8061881bb1a7342e004d1f913595f8cc9c60 Mon Sep 17 00:00:00 2001 From: dchakro <35454738+dchakro@users.noreply.github.com> Date: Sat, 5 Sep 2020 20:26:21 +0300 Subject: [PATCH] update readme --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4bc6f12..c51a224 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,16 @@ This repo contains snippets for color schemes to use with [alacritty](https://gi 1. Clone the repo and give execute permissions to included scripts. - ```sh - # Latest version - git clone --depth 1 https://github.com/dchakro/alacritty_colors.git - # Full repo - git clone https://github.com/dchakro/alacritty_colors.git - - cd alacritty_colors - chmod +x show_colors.sh apply_theme.sh - ``` + ```shell + # Latest version + git clone --depth 1 https://github.com/dchakro/alacritty_colors.git + + # or clone the complete repo + git clone https://github.com/dchakro/alacritty_colors.git + + cd alacritty_colors + chmod +x show_colors.sh apply_theme.sh + ``` 2. Enable `Live Config Reload` for alacritty if it is not enabled already by adding the followin line in your `~/.alacritty.yml`.