[docs]: update readme for improved user instructions

This commit is contained in:
badcode 2023-09-18 09:07:29 +03:00 committed by GitHub
parent 28c188bbd6
commit 0db24b02e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```