§ranger
§Install using Git
If you are a git user, you can install the theme and keep up to date by cloning the repo:
git clone https://github.com/dracula/ranger.git
§Install manually
Download using the GitHub .zip download option and unzip them.
§Activating theme
-
Install the Dracula color theme for Xresources
-
Find your ranger colorschemes directory. Usually, it is located in
~/.config/ranger/colorschemes
.- If you don't have a
~/.config/ranger
directory:
- Run
ranger --copy-config=(rc)
- Go to
~/.config/ranger
and create a directory calledcolorschemes
- If you don't have a
-
Go back to the cloned or downloaded directory
-
Copy or link
dracula.py
to your~/.config/ranger/colorschemes
directory- Copy:
cp dracula.py ~/.config/ranger/colorschemes/dracula.py
- Link:
ln -s dracula.py ~/.config/ranger/colorschemes/dracula.py
- Copy:
-
Go to your
rc.conf
file located in~/.config/ranger/rc.conf
-
Change the line
set colorscheme ...
toset colorscheme dracula