Ranger: Difference between revisions
m link to ranger |
→Adds file glyphs / icon support to Ranger: update Nerdfonts reference |
||
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] | |||
You will also need to install [[Fonts#Installing_specific_nerdfonts|Nerdfonts]]. | |||
[[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.