From 0bbc56df86c414eae47e3b595f5eeb21fbba5219 Mon Sep 17 00:00:00 2001 From: Carlos Date: Sat, 19 Jun 2021 19:14:44 -0400 Subject: [PATCH] adding colorscheme for ranger --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 872b84b..6b25898 100644 --- a/README.md +++ b/README.md @@ -444,4 +444,11 @@ after that you can download `DBeaver` ```sh $ sudo apt update $ sudo apt install dbeaver-ce -``` \ No newline at end of file +``` + +## Installing colorscheme for ranger + +```sh +$ cd ~/.config/ranger +$ git clone https://github.com/ranger/colorschemes.git +```