From 0db24b02e063e39254d7a034c4bd896d8787776e Mon Sep 17 00:00:00 2001 From: badcode Date: Mon, 18 Sep 2023 09:07:29 +0300 Subject: [PATCH] [docs]: update readme for improved user instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 07c1666..ffcb160 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,14 @@ You can overwrite the existing icons and colors mapping by copying the yaml file Let's say that you're using the dark color scheme and would like to change the color of untracked file (`??`) in the `--git-status` flag to yellow. Copy the defaut `dark_colors.yaml` and change it. + Check if the `~/.config/colorls` directory exists. If it doesn't exist, create it using the following command: + + ```sh + mkdir -p ~/.config/colorls + ``` + + And then + ```sh cp $(dirname $(gem which colorls))/yaml/dark_colors.yaml ~/.config/colorls/dark_colors.yaml ```