Ranger: Difference between revisions

From NixOS Wiki
Klinger (talk | contribs)
m link to ranger
 
Line 15: Line 15:
{{Evaluate}}
{{Evaluate}}
=== Adds file glyphs / icon support to Ranger ===
=== Adds file glyphs / icon support to Ranger ===
Follow the instructions in:
Follow the instructions in: [https://github.com/alexanderjeurissen/ranger_devicons ranger_devicons]
[https://github.com/alexanderjeurissen/ranger_devicons ranger_devicons]
 
But before install it, you have to install a nerdfont derivations. i suggest to install:
You will also need to install [[Fonts#Installing_specific_nerdfonts|Nerdfonts]].
<nowiki>
nur.repos.mic92.source-code-pro-nerdfonts
</nowiki>
from NUR.


[[Category:File Manager]]
[[Category:File Manager]]
[[Category:Applications]]
[[Category:Applications]]

Latest revision as of 17:42, 30 December 2024

Ranger is a command line file manager with a minimalistic vim-inspired interface.

Enabling

To use ranger, add it to configuration.nix:

/etc/nixos/configuration.nix
environment.systemPackages = with pkgs; [
    #----=[ File Manager ]=----#
    ranger
    ...
];

Adds file glyphs / icon support to Ranger

Follow the instructions in: ranger_devicons

You will also need to install Nerdfonts.