Skip to content

Commit

Permalink
[docs]: update readme for improved user instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
alitokur authored Sep 18, 2023
1 parent 28c188b commit 0db24b0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 0db24b0

Please sign in to comment.