Ranger: Difference between revisions

From NixOS Wiki
imported>LinArcX
mNo edit summary
imported>LinArcX
No edit summary
Line 1: Line 1:
{{Expansion|there are a lot more [https://nixos.org/nixos/options.html#i3 options]}}
[https://github.com/ranger/ranger ranger] A VIM-inspired filemanager for the console.
== Enabling ==
== Enabling ==
To use ranger, add it to configuration.nix:
To use ranger, add it to configuration.nix:
Line 17: Line 14:
=== 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:
But before install it, you have to install a nerdfont derivations. i suggest to install:
<nowiki>
<nowiki>

Revision as of 13:45, 10 March 2019

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 But before install it, you have to install a nerdfont derivations. i suggest to install: nur.repos.mic92.source-code-pro-nerdfonts from NUR.