Skip to content

Commit

Permalink
Merge pull request #599 from alitokur/patch-1
Browse files Browse the repository at this point in the history
[docs]: update readme
  • Loading branch information
athityakumar committed Oct 29, 2023
2 parents 66c456b + 0db24b0 commit c4ad0b1
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 c4ad0b1

Please sign in to comment.